Number.MAX_VALUE()
Signature
int MAX_VALUE ()
Domain
ACTION, CONDITION, QUERY, BUI
Description
Return the maximum value an int can have, 2^31-1.
Returns
Type | Description |
int | The maximum value an int can have, 2^31-1. |
See Also
java.lang.Integer#MAX_VALUE