operator <= method
- SignMagnitudeValue other
Less-than-or-equal operator for SignMagnitudeValue.
Implementation
bool operator <=(SignMagnitudeValue other) => compareTo(other) <= 0;
Less-than-or-equal operator for SignMagnitudeValue.
bool operator <=(SignMagnitudeValue other) => compareTo(other) <= 0;