Vector<T>.NormInternal(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#
protected virtual T NormInternal(
	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>.

Remarks

Inheritors must only provide implementations for orders different from 0 and 1.

See Also