Click or drag to resize

VectorMathEuclideanDistance Method

Overload List
 NameDescription
Public methodStatic memberEuclideanDistance(Double, Double) Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
Public methodStatic memberEuclideanDistance(Int32, Int32) Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
Public methodStatic memberEuclideanDistance(IReadOnlyListDouble, IReadOnlyListDouble) Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
Public methodStatic memberEuclideanDistance(IReadOnlyListSingle, IReadOnlyListSingle) Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
Public methodStatic memberEuclideanDistance(Single, Single) Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
Top
See Also