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()
Public Overridable Function Norm As Double
public:
virtual double Norm()
abstract Norm : unit -> float
override Norm : unit -> float
Return Value
Type:
DoubleThe Euclidean norm of the vector.
See Also