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.
Validates whether the passed percentage is valid.
Syntax
client server public static boolean validatePercent(real _percent)
Run On
Called
Parameters
- _percent
Type: real
The percentage value to be validated.
Return Value
Type: boolean
true if the percentage value is valid; otherwise, false.
Remarks
The percentage value is not allowed to be negative.