operator <= method
Returns true
if this
is less than or equal to other
.
Implementation
bool operator <=(Decimal128 other) => compareTo(other) <= 0;
Returns true
if this
is less than or equal to other
.
bool operator <=(Decimal128 other) => compareTo(other) <= 0;