__declspec(property(get = GetAverages, put = SetAverages)) int Averages;
Defines the number of averages to make.
Read:
int GetAverages();Write:
void SetAverages(const int Value);Remarks:
When Averaged >= Averages and finite averaging mode is defined with Averaging property, the call to the Update will do nothing.
Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler