Click or drag to resize
Interval2DContains Method
Does this two-dimensional interval contain the point p?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Contains(
	Point2D p
)

Parameters

p
Type: Algs4NetPoint2D
the two-dimensional point

Return Value

Type: Boolean
true if this two-dimensional interval contains the point p; false otherwise
See Also