Click or drag to resize
Interval1DIntersects Method
Returns true if this interval intersects the specified interval.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Intersects(
	Interval1D that
)

Parameters

that
Type: Algs4NetInterval1D
the other interval

Return Value

Type: Boolean
true if this interval intersects the argument interval; false otherwise
See Also