|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DfpField.RoundingMode | |
---|---|
org.apache.commons.math3.dfp | Decimal floating point library for Java |
Uses of DfpField.RoundingMode in org.apache.commons.math3.dfp |
---|
Methods in org.apache.commons.math3.dfp that return DfpField.RoundingMode | |
---|---|
DfpField.RoundingMode |
DfpField.getRoundingMode()
Get the current rounding mode. |
static DfpField.RoundingMode |
DfpField.RoundingMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DfpField.RoundingMode[] |
DfpField.RoundingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.commons.math3.dfp with parameters of type DfpField.RoundingMode | |
---|---|
void |
DfpField.setRoundingMode(DfpField.RoundingMode mode)
Set the rounding mode. |
protected Dfp |
Dfp.trunc(DfpField.RoundingMode rmode)
Does the integer conversions with the specified rounding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |