Returns the norm of the specified order of this
Vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Norm ( _ order As Double _ ) As Double |
| C# |
|---|
public double Norm ( double order ) |
| C++ |
|---|
public: double Norm ( double order ) |
Parameters
- order (System.Double)
- A double-precision floating-point number specifying the order of the norm.