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