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