运算符 >= 抽象方法

bool operator >=(
  1. BigInt other
)

other 是否在数值上小于此大整数。

实现

bool operator >=(BigInt other);