MIN_VALUE constant

int const MIN_VALUE

Minimum value for a signed byte (-2^7)

Implementation

static const int MIN_VALUE = -128;