isMaxValue property
bool
get
isMaxValue
Returns true
if and only if this integer is the maximum signed value
that can be represented within its bit size.
Implementation
bool get isMaxValue;
Returns true
if and only if this integer is the maximum signed value
that can be represented within its bit size.
bool get isMaxValue;