TSpectrumDescriptor::AveragingType Property

__declspec(property(get = GetAveragingType, put = SetAveragingType)) TAveraging AveragingType;

Averaging method used, if averaging was performed.

Read: TAveraging GetAveragingType();
Write: void SetAveragingType(const TAveraging Value);
Declared in Dew::Signal::TSpectrumDescriptor · Dew.Signal/SignalAnalysis.h · Cross-compiler