MIN_VALUE constant

Int64 const MIN_VALUE

The minimum positive value attainable by an Int64, namely -9,223,372,036,854,775,808.

Implementation

static const Int64 MIN_VALUE = Int64._bits(0, 0, _SIGN_BIT_MASK);