Click or drag to resize
Interval1DContains Method
Returns true if this interval contains the specified value.

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

Parameters

x
Type: SystemDouble
the value

Return Value

Type: Boolean
true if this interval contains the value x; false otherwise
See Also