Returns the square of the two-norm of this Vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function NormSquared As Double
C#
public double NormSquared ()
C++
public:
double NormSquared ()

Return Value

The square of the two-norm of this Vector.