A moving average. More...
Public Member Functions | |
void | add (long value) |
Adds a sample. More... | |
long | getAverage () |
Gets the average. More... | |
MovingAverage (int lookback) | |
Initializes a new instance of the fm.liveswitch.MovingAverage class. More... | |
A moving average.
fm.liveswitch.MovingAverage.MovingAverage | ( | int | lookback | ) |
Initializes a new instance of the fm.liveswitch.MovingAverage class.
lookback | The number of lookback values. |
void fm.liveswitch.MovingAverage.add | ( | long | value | ) |
Adds a sample.
value | The value to add. |
long fm.liveswitch.MovingAverage.getAverage | ( | ) |
Gets the average.