Returns the norm of the specified order of this instance.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Function NormInternal ( _ order As Double _ ) As Double |
| C# |
|---|
protected override double NormInternal ( double order ) |
| C++ |
|---|
protected: virtual double NormInternal ( double order ) override |
Parameters
- order (System.Double)
- A double-precision floating-point number specifying the order of the norm.