|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.util.BigDecimalUtils
public final class BigDecimalUtils
Utility methods for BigDecimal handling.
| Method Summary | |
|---|---|
static java.math.BigDecimal |
divide(java.math.BigDecimal dividend,
java.math.BigDecimal divisor)
Divides two BigDecimal values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.math.BigDecimal divide(java.math.BigDecimal dividend,
java.math.BigDecimal divisor)
BigDecimal values.
If running on Java 1.5 or newer, Java15BigDecimalHandler is used to divide
the values. Otherwise, the operation is delegated to Java14BigDecimalHandler.
dividend - the dividenddivisor - the divisor
BigDecimalHandler instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||