Interval1DContains Method |
Returns true if this interval contains the specified value.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
double x
)
Parameters
- x
- Type: SystemDouble
the value
Return Value
Type:
Booleantrue if this interval contains the value
x;
false otherwise
See Also