Gets the square of the length of the vector.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public double Norm2 { get; }
Visual C++
public:
property double Norm2 {
	double get ();
}
F#
member Norm2 : float

See Also