Class AverageInt
java.lang.Object
org.snpeff.stats.AverageInt
A simple class that calculates average of integer numbers
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AverageInt
public AverageInt()
-
-
Method Details
-
add
public void add(double add) -
getAvg
public double getAvg() -
getCount
public int getCount() -
getSum
public long getSum() -
reset
public void reset() -
toString
-