SlidingAverage.window

Sliding window, containing the values of the recent additions

class SlidingAverage(T)
protected
T[] window;

Meta