Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
FarthestPair Class
FarthestPair Constructor
FarthestPair Properties
FarthestPair Methods
FarthestPair Constructor
Computes the farthest 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
FarthestPair
(
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
FarthestPair Class
Algs4Net Namespace