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