FarthestPairEither Property |
Returns one of the points in the closest pair of points.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Point2D Either { get; }
Return Value
Type:
Point2Done of the two points in the closest pair of points;
null if no such point (because there are fewer than 2 points)
See Also