Uses of Enum
org.hipparchus.dfp.DfpField.RoundingMode
Packages that use DfpField.RoundingMode
-
Uses of DfpField.RoundingMode in org.hipparchus.dfp
Methods in org.hipparchus.dfp that return DfpField.RoundingModeModifier and TypeMethodDescriptionDfpField.getRoundingMode()
Get the current rounding mode.static DfpField.RoundingMode
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.hipparchus.dfp with parameters of type DfpField.RoundingModeModifier and TypeMethodDescriptionDfp.newInstance
(DfpField targetField, DfpField.RoundingMode rmode) Creates an instance by converting the instance to a different field (i.e.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.