Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
ClosestPair Class
ClosestPair Constructor
ClosestPair Properties
ClosestPair Methods
ClosestPair Constructor
Computes the closest pair of points in the specified array of points.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
ClosestPair
(
Point2D
[]
points
)
Parameters
points
Type:
Algs4Net
Point2D
the array of points
Exceptions
Exception
Condition
NullReferenceException
if
points
is
null
or if any entry in
points[]
is
null
See Also
Reference
ClosestPair Class
Algs4Net Namespace