IntervalOpenContains Method
Determines whether the argument lies in the open interval.
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool OpenContains(
double x
)
Public Function OpenContains (
x As Double
) As Boolean
public:
bool OpenContains(
double x
)
member OpenContains :
x : float -> bool
- x Double
- The argument.
BooleanTrue if
x lies in (a,b), otherwise False.