operator * 抽象方法

BigInt operator *(
  1. BigInt other
)

other 与这个大整数相乘。

结果是另一个大整数。

实现

BigInt operator *(BigInt other);