operator < method

bool operator <(
  1. SignMagnitudeValue other
)

Less-than operator for SignMagnitudeValue.

Implementation

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