Method negate()
Return type:
java.math.BigDecimal
Member of:
java.math.BigDecimal
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
myBody[i] = myBody[i].negate();
2
myBody[i] = myBody[i].negate();
3
StatementDate, C_Invoice_ID, Amount.negate(),
4
this.output = this.inputA.add(this.inputB.negate());
5
fraction = (s == 1) ? aDuration.getFraction().negate() : aDuration.getFraction();
6
return ((BigDecimal) a).negate();
7
fraction = (s == 1) ? aDuration.getFraction().negate() : aDuration.getFraction();
8
return ((BigDecimal) pValue).negate();
9
payAmount = m_Amount.negate();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.