MAX_UNSIGNED_VALUE constant
int
const MAX_UNSIGNED_VALUE
Maximum value for an unsigned byte (2^8 - 1)
Implementation
static const int MAX_UNSIGNED_VALUE = 255;
Maximum value for an unsigned byte (2^8 - 1)
static const int MAX_UNSIGNED_VALUE = 255;