Click or drag to resize
Accord.NET (logo)

CircularDistance Method (Double, Double)

Computes the angular distance between two angles.

Namespace:  Accord.Statistics
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double Distance(
	double x,
	double y
)
Request Example View Source

Parameters

x
Type: SystemDouble
The first angle.
y
Type: SystemDouble
The second angle.

Return Value

Type: Double
The distance between the two angles.
See Also