Vector<T>.Norm(Int32) Method

Returns the norm of the specified order of this vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T Norm(
	int order
)

Parameters

order  Int32
An integer specifying the order of the norm.

Return Value

T
The norm of order order of the Vector<T>.

See Also