Uses of Enum
cdm.base.math.RoundingModeEnum
Packages that use RoundingModeEnum
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
-
Uses of RoundingModeEnum in cdm.base.math
Methods in cdm.base.math that return RoundingModeEnumModifier and TypeMethodDescriptionstatic RoundingModeEnumRoundingModeEnum.fromDisplayName(String name) static RoundingModeEnumReturns the enum constant of this type with the specified name.static RoundingModeEnum[]RoundingModeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoundingModeEnum in cdm.base.math.functions
Methods in cdm.base.math.functions with parameters of type RoundingModeEnumModifier and TypeMethodDescriptionprotected BigDecimalRoundToNearest.RoundToNearestDefault.assignOutput(BigDecimal roundedValue, BigDecimal value, BigDecimal nearest, RoundingModeEnum roundingMode) protected abstract BigDecimalRoundToNearest.doEvaluate(BigDecimal value, BigDecimal nearest, RoundingModeEnum roundingMode) protected BigDecimalRoundToNearest.RoundToNearestDefault.doEvaluate(BigDecimal value, BigDecimal nearest, RoundingModeEnum roundingMode) protected BigDecimalRoundToNearestImpl.doEvaluate(BigDecimal value, BigDecimal nearest, RoundingModeEnum roundingMode) RoundToNearest.evaluate(BigDecimal value, BigDecimal nearest, RoundingModeEnum roundingMode)