MovingAverage

This class is used for calculating a moving average. It's useful for things such as smoothing meter values.

Constructors

this
this(int windowSize)
Undocumented in source.

Members

Functions

getAverage
T getAverage()
Undocumented in source. Be warned that the author may not have intended to support it.
process
T process(double sample)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta