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