operator <= method

bool operator <=(
  1. SignMagnitudeValue other
)

Less-than-or-equal operator for SignMagnitudeValue.

Implementation

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