Use this to get the default rolling average for a given type. More...
#include <rollingaverage.h>
Public Types | |
typedef WeightedRollingAverage< RecordType, RecordType > | Type |
The Default rolling average for all types is currently BufferedRollingAverage, this could change with future testing. | |
Use this to get the default rolling average for a given type.
use "DefaultRollingAverage<Whole>::Type" as Type to instantiate an instance of whatever type this is. This allows newer code to benefit from testing that has been done.
Definition at line 267 of file rollingaverage.h.