Click or drag to resize

Interval.Contains Method (Double)

Determines whether a given point is contained in the closed interval.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Contains(
	double x
)

Parameters

x
Type: System.Double
The point.

Return Value

Type: Boolean
true if x is contained in the closed interval [a,b], otherwise false.
See Also