public class DoubleDataCounter extends DataCounter<Double>
list
Constructor and Description |
---|
DoubleDataCounter() |
Modifier and Type | Method and Description |
---|---|
Double |
getAverage()
Get the average of the data
|
Double |
getMax()
Get the maximum of registered data
|
Double |
getMin()
Get the minimum of registered data
|
add, getList, getSize, has
public Double getMin()
DataCounter
getMin
in class DataCounter<Double>
public Double getMax()
DataCounter
getMax
in class DataCounter<Double>
public Double getAverage()
DataCounter
getAverage
in class DataCounter<Double>