gteBool method

bool gteBool(
  1. FixedPointValue other
)

Greater-than-or-equal operation that returns a bool.

Implementation

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