NuTo
Numerics Tool
Public Member Functions | Public Attributes | List of all members
NuTo::Average Struct Reference

calculates the cumulative moving average More...

#include <Average.h>

Public Member Functions

void operator() (int x)
 

Public Attributes

long double mCurrentAverage = 0
 
int mNum = 0
 

Detailed Description

calculates the cumulative moving average

Member Function Documentation

void NuTo::Average::operator() ( int  x)
inline

Member Data Documentation

long double NuTo::Average::mCurrentAverage = 0
int NuTo::Average::mNum = 0

The documentation for this struct was generated from the following file: