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.
Checks that the specified percentage value is between zero and 100.
Syntax
client server public static boolean checkPercentage(real _value)
Run On
Called
Parameters
- _value
Type: real
The percentage value to check.
Return Value
Type: boolean
true if the value is between zero and 100; otherwise, false.