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 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 oder order of the Vector.