扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.math类biginteger的类成员方法: multiply定义及介绍
发布时间:2014-2-17
本文导语:
multiply
public biginteger multiply(biginteger val)
返回其值为 (this * val) 的 biginteger。
参数:val - 要乘以此 biginteger 的值。
返回:this * val