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
)
Public Function OpenContains (
x As Double
) As Boolean
public:
bool OpenContains(
double x
)
member OpenContains :
x : float -> bool
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
BooleanTrue if
x lies in (a,b), otherwise False.
See Also