Computes the 2-norm of this vector.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Return Value

The 2-norm of this vector. This is the square root of the dot product.

See Also