MAX_VALUE constant

Int32 const MAX_VALUE

The maximum positive value attainable by an Int32, namely 2147483647.

Implementation

static const Int32 MAX_VALUE = Int32._internal(0x7FFFFFFF);