古詩詞大全網 - 成語故事 - 求在java程序中multiply的用法!!

求在java程序中multiply的用法!!

multiplypublic BigInteger multiply(BigInteger val) 返回其值為 (this * val) 的 BigInteger。

參數: val - 要乘以此 BigInteger 的值。 返回: this * val</dd>