Field ROUND_HALF_DOWN
Field type: int
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
bd.setScale(scale, BigDecimal.ROUND_HALF_DOWN);
2
BigDecimal.ROUND_HALF_DOWN);
3
BigDecimal.ROUND_HALF_DOWN);
4
bd = bd.setScale (0, java.math.BigDecimal.ROUND_HALF_DOWN);
5
scaledUpBd = scaledUpBd.setScale (0, java.math.BigDecimal.ROUND_HALF_DOWN);
6
.divide(BigDecimal.valueOf(100), BigDecimal.ROUND_HALF_DOWN));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.