|
RangeIsInside Method (Single)
|
Check if the specified value is inside of the range.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public bool IsInside(
float x
)
Public Function IsInside (
x As Single
) As Boolean
Request Example
View SourceParameters
- x
- Type: SystemSingle
Value to check.
Return Value
Type:
BooleanTrue if the specified value is inside of the range or
false otherwise.
See Also