Click or drag to resize
FarthestPairEither Property
Returns one of the points in the closest pair of points.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Point2D Either { get; }

Return Value

Type: Point2D
one of the two points in the closest pair of points; null if no such point (because there are fewer than 2 points)
See Also