MIN_VALUE constant

int const MIN_VALUE

Minimum value for a 32-bit signed integer

Implementation

static const int MIN_VALUE = -2147483648;