Returns the norm of the specified order of this
vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual T NormInternal(
int order
)
Protected Overridable Function NormInternal (
order As Integer
) As T
protected:
virtual T NormInternal(
int order
)
abstract NormInternal :
order : int -> 'T
override NormInternal :
order : int -> 'T
Parameters
- order
- Type: SystemInt32
An integer
specifying the order of the norm.
Return Value
Type:
TThe norm of order
order of
the
VectorT.
Inheritors must only provide implementations for
orders different from 0 and 1.
Reference