ClosestPairDistance Method |
Returns the Eucliden distance between the closest pair of points.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxReturn Value
Type:
Doublethe Euclidean distance between the closest pair of points
double.PositiveInfinity if no such pair of points
exist (because there are fewer than 2 points)
See Also