saturates property
finalinherited
If true
, will saturate at the maxValue
and minValue
. If false
,
will wrap around (overflow/underflow) at the maxValue
and minValue
.
Implementation
final bool saturates;
If true
, will saturate at the maxValue
and minValue
. If false
,
will wrap around (overflow/underflow) at the maxValue
and minValue
.
final bool saturates;