Returns the norm of the specified order of this
Vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Function NormInternal ( _ order As Integer _ ) As Double |
| C# |
|---|
protected override double NormInternal ( int order ) |
| C++ |
|---|
protected: virtual double NormInternal ( int order ) override |
Parameters
- order (System.Int32)
- An integer specifying the order of the norm.
Return Value
The norm of order order of the Vector.
Remarks
Inheritors must only provide implementations for
orders different from 0 and 1.