operator >= method

bool operator >=(
  1. Fixed other
)

greater than or equal operator

Implementation

bool operator >=(Fixed other) => value >= other.value;