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