Click or drag to resize

VectorMathEuclideanNorm Method

Overload List
 NameDescription
Public Extension MethodEuclideanNorm(Double)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodEuclideanNorm(Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodEuclideanNorm(IReadOnlyListDouble)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodEuclideanNorm(IReadOnlyListSingle)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodEuclideanNorm(Single)Given an n-vector x, this function calculates the euclidean norm of x.
Top
See Also