operator <= 抽象方法

bool operator <=(
  1. BigInt other
)

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

实现

bool operator <=(BigInt other);