ltBool method

bool ltBool(
  1. FixedPointValue other
)

Less-than operation that returns a bool.

Implementation

bool ltBool(FixedPointValue other) => compareTo(other) < 0;