Click or drag to resize

IntervalOpenContains Method

Determines whether the argument lies in the open interval.

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

Parameters

x
Type: SystemDouble
The argument.

Return Value

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