Returns the norm of the specified order of this
Vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overridable Function NormInternal ( _ order As Double _ ) As Double |
| C# |
|---|
protected virtual double NormInternal ( double order ) |
| C++ |
|---|
protected: virtual double NormInternal ( double order ) |
Parameters
- order (System.Double)
- A Double value 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.