Information maintained about averaged values. More...
Public Attributes | |
double | total |
The sum of the values to average. | |
double | totalSqr |
The sub of squares of the values to average. | |
unsigned long int | parts |
Number of times a value was added to this structure. |
Information maintained about averaged values.