Determines whether the argument lies in the open interval.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool OpenContains(
	double x
)
Public Function OpenContains ( _
	x As Double _
) As Boolean
public:
bool OpenContains(
	double x
)

Parameters

x
Double
The argument.

Return Value

True if x lies in (a,b), otherwise False.

See Also