|
IntRangeIsInside Method (Int32)
|
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(
int x
)
Public Function IsInside (
x As Integer
) As Boolean
Request Example
View SourceParameters
- x
- Type: SystemInt32
Value to check.
Return Value
Type:
BooleanTrue if the specified value is inside of the range or
false otherwise.
See Also