Click or drag to resize

AnyVectorNorm Method

Computes the magnitude of the vector.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual double Norm()

Return Value

Type: Double
The Euclidean norm of the vector.
See Also