operator > 抽象方法

bool operator >(
  1. BigInt other
)

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

实现

bool operator >(BigInt other);