Number.MIN_VALUE()

Signature

int MIN_VALUE ()

Domain

ACTION, CONDITION, QUERY, BUI

Description

Return the minimum value an int can have, -2^31.

Parameters

None.

Returns

TypeDescription
intThe minimum value an int can have, -2^31.

Cautions

none

See Also

java.lang.Integer#MIN_VALUE