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 Integer _
) As Double
C#
public double Norm (
	int order
)
C++
public:
double Norm (
	int order
)

Parameters

order (System.Int32)
An integer specifying the order of the norm.

Return Value

The norm of order order of the Vector.