operator >= method

bool operator >=(
  1. SignMagnitudeValue other
)

Greater-than-or-equal operator for SignMagnitudeValue.

Implementation

bool operator >=(SignMagnitudeValue other) => compareTo(other) >= 0;