Click or drag to resize

DistanceEuclidean(Single, Single) Method

Euclidean Distance, i.e. the L2-norm of the difference.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static float Euclidean(
	float[] a,
	float[] b
)

Parameters

a  Single
The first vector.
b  Single
The second vector.

Return Value

Single
The distance value.
See Also