Interval2DContains Method |
Does this two-dimensional interval contain the point p?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
Point2D p
)
Parameters
- p
- Type: Algs4NetPoint2D
the two-dimensional point
Return Value
Type:
Booleantrue if this two-dimensional interval contains the point p; false otherwise
See Also