MIN_VALUE constant

Int32 const MIN_VALUE

The minimum positive value attainable by an Int32, namely -2147483648.

Implementation

static const Int32 MIN_VALUE = Int32._internal(-0x80000000);