Click or drag to resize
Point2DGetDistanceToOrder Method
Compares two points by distance to this point.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Comparer<Point2D> GetDistanceToOrder()

Return Value

Type: ComparerPoint2D
the comparator
See Also