扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.math类bigdecimal的类成员方法: subtract定义及介绍
发布时间:2014-2-17
本文导语:
subtract
public bigdecimal subtract(bigdecimal subtrahend)
返回一个 bigdecimal,其值为 (this - subtrahend),其标度为 max(this.scale(), subtrahend.scale())。
参数:subtrahend - 从此 bigdecimal 减去的值。
返回:this - subtrahend