Namespace: Rx.Net – Class: Vector4D – Assembly: Rx.Net

Vector4D.Distance Static Method

C#
public static double Distance(Vector4D value1, Vector4D value2)

Returns the Euclidean distance between the two given points.

Parameters

[Vector4D] value1

The first point.

[Vector4D] value2

The second point.

Returns

double

The distance.