SlidingAverageTime.current

Contains the latest value to which new values are currently being added

class SlidingAverageTime(T)
T current;

Meta