Uses of Enum
org.apache.commons.math3.dfp.DfpField.RoundingMode
Packages that use DfpField.RoundingMode
-
Uses of DfpField.RoundingMode in org.apache.commons.math3.dfp
Subclasses with type arguments of type DfpField.RoundingMode in org.apache.commons.math3.dfpFields in org.apache.commons.math3.dfp declared as DfpField.RoundingModeModifier and TypeFieldDescriptionprivate DfpField.RoundingModeDfpField.rModeCurrent rounding mode.Methods in org.apache.commons.math3.dfp that return DfpField.RoundingModeModifier and TypeMethodDescriptionDfpField.getRoundingMode()Get the current rounding mode.static DfpField.RoundingModeReturns 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.RoundingModeModifier and TypeMethodDescriptionvoidDfpField.setRoundingMode(DfpField.RoundingMode mode) Set the rounding mode.protected DfpDfp.trunc(DfpField.RoundingMode rmode) Does the integer conversions with the specified rounding.