Package cdm.base.math.functions
Class RoundToSignificantFiguresImpl
java.lang.Object
cdm.base.math.functions.RoundToSignificantFigures
cdm.base.math.functions.RoundToSignificantFiguresImpl
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.math.functions.RoundToSignificantFigures
RoundToSignificantFigures.RoundToSignificantFiguresDefault -
Field Summary
Fields inherited from class cdm.base.math.functions.RoundToSignificantFigures
conditionValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimaldoEvaluate(BigDecimal value, Integer significantFigures, RoundingDirectionEnum roundingMode) Methods inherited from class cdm.base.math.functions.RoundToSignificantFigures
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
-
RoundToSignificantFiguresImpl
public RoundToSignificantFiguresImpl()
-
-
Method Details
-
doEvaluate
protected BigDecimal doEvaluate(BigDecimal value, Integer significantFigures, RoundingDirectionEnum roundingMode) - Specified by:
doEvaluatein classRoundToSignificantFigures
-