Returns the magnitude of this vector.
This is also known as the L2 norm or the Euclidean norm.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Magnitude()
Return Value
Type:
Doublethe magnitude of this vector
See Also