public class FloatDataCounter extends DataCounter<Float>
list| Constructor and Description |
|---|
FloatDataCounter() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAverage()
Get the average of the data
|
Float |
getMax()
Get the maximum of registered data
|
Float |
getMin()
Get the minimum of registered data
|
add, getList, getSize, haspublic Float getMin()
DataCountergetMin in class DataCounter<Float>public Float getMax()
DataCountergetMax in class DataCounter<Float>public Float getAverage()
DataCountergetAverage in class DataCounter<Float>