operator * method Null safety
- BigInt other
Multiplies other
by this big integer.
The result is again a big integer.
Implementation
BigInt operator *(BigInt other);
Multiplies other
by this big integer.
The result is again a big integer.
BigInt operator *(BigInt other);