Package org.drools.util
Class MathUtils
java.lang.Object
org.drools.util.MathUtils
Utility methods for math classes
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimalgetBigDecimal(Object value) static BigIntegergetBigInteger(Object value) static booleanisAddOverflow(long op1, long op2, long result)
-
Method Details
-
getBigDecimal
-
getBigInteger
-
isAddOverflow
public static boolean isAddOverflow(long op1, long op2, long result)
-