| FarthestPairDistance Method | 
             Returns the Eucliden distance between the closest pair of points.
             This quantity is also known as the Diameter of the set of points.
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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
See Also