public class RollingAverageDouble
extends java.lang.Object
Constructor and Description |
---|
RollingAverageDouble(int size,
double initial) |
Modifier and Type | Method and Description |
---|---|
void |
add(double value) |
void |
clearValues() |