Package cdm.base.math.functions
Class RoundToPrecisionImpl
java.lang.Object
cdm.base.math.functions.RoundToPrecision
cdm.base.math.functions.RoundToPrecisionImpl
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.math.functions.RoundToPrecision
RoundToPrecision.RoundToPrecisionDefault -
Field Summary
Fields inherited from class cdm.base.math.functions.RoundToPrecision
conditionValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimaldoEvaluate(BigDecimal value, Integer precision, RoundingDirectionEnum roundingMode) Methods inherited from class cdm.base.math.functions.RoundToPrecision
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
RoundToPrecisionImpl
public RoundToPrecisionImpl()
-
-
Method Details
-
doEvaluate
protected BigDecimal doEvaluate(BigDecimal value, Integer precision, RoundingDirectionEnum roundingMode) - Specified by:
doEvaluatein classRoundToPrecision
-