运算符 <= 抽象方法

bool operator <=(
  1. BigInt other
)

判断 other 是否在数值上大于当前大整数。

实现

bool operator <=(BigInt other);