org.broadleafcommerce.common.util
Class StatCalc
java.lang.Object
org.broadleafcommerce.common.util.StatCalc
public class StatCalc
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatCalc
public StatCalc()
enter
public void enter(double num)
getCount
public int getCount()
getSum
public double getSum()
getMean
public double getMean()
getStandardDeviation
public double getStandardDeviation()
getMin
public double getMin()
getMax
public double getMax()
Copyright © 2012. All Rights Reserved.