Interval1DIntersects Method |
Returns true if this interval intersects the specified interval.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Intersects(
Interval1D that
)
Parameters
- that
- Type: Algs4NetInterval1D
the other interval
Return Value
Type:
Booleantrue if this interval intersects the argument interval;
false otherwise
See Also