TSpectrumDescriptor::SpectrumType Property

__declspec(property(get = GetSpectrumType, put = SetSpectrumType)) TSpectrumType SpectrumType;

Type of the spectrum computed.

Read: TSpectrumType GetSpectrumType();
Write: void SetSpectrumType(const TSpectrumType Value);
Declared in Dew::Signal::TSpectrumDescriptor · Dew.Signal/SignalAnalysis.h · Cross-compiler