org.drools.core.util
Class MathUtils

java.lang.Object
  extended by org.drools.core.util.MathUtils

public class MathUtils
extends Object

Utility methods for math classes


Constructor Summary
MathUtils()
           
 
Method Summary
static BigDecimal getBigDecimal(Object value)
           
static BigInteger getBigInteger(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtils

public MathUtils()
Method Detail

getBigDecimal

public static BigDecimal getBigDecimal(Object value)

getBigInteger

public static BigInteger getBigInteger(Object value)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.