Click or drag to resize
SparseVectorMagnitude Method
Returns the magnitude of this vector. This is also known as the L2 norm or the Euclidean norm.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double Magnitude()

Return Value

Type: Double
the magnitude of this vector
See Also