gtBool method

bool gtBool(
  1. FixedPointValue other
)

Greater-than operation that returns a bool.

Implementation

bool gtBool(FixedPointValue other) => compareTo(other) > 0;