Returns the norm of the specified order of this
vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function Norm (
order As T
) As T
public:
T Norm(
T order
)
member Norm :
order : 'T -> 'T
Parameters
- order
- Type: T
A real
number specifying the order of the norm.
Return Value
Type:
TThe norm of order
order of
the
VectorT.
Reference