Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the values to the range.
Syntax
public boolean rangeValue(
anytype _fromValue,
anytype _toValue,
int _operator)
Run On
Called
Parameters
- _fromValue
Type: anytype
The lower range value.
- _toValue
Type: anytype
The upper range value.
- _operator
Type: int
The operator that is used to calculate the actual range value.
Return Value
Type: boolean
true if operator matches the specified conditions; otherwise, false.