Click or drag to resize

IntervalClosedContains Method

Determines whether the argument lies in the closed interval.

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

Parameters

x
Type: SystemDouble
The argument.

Return Value

Type: Boolean
True if x lies in [a,b], otherwise False.
See Also