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(
T order
)
Protected Overridable Function NormInternal (
order As T
) As T
protected:
virtual T NormInternal(
T order
)
abstract NormInternal :
order : 'T -> 'T
override NormInternal :
order : 'T -> 'T
Parameters
- order
- Type: T
A number value
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