| RangeTIsInRange Method |
[This is preliminary documentation and is subject to change.]
Check if a value is in range.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public bool IsInRange(
int value
)
Parameters
- value
- Type: SystemInt32
The value to test.
Return Value
Type:
BooleanTrue if the value is in range, false otherwise.
See Also