TSpectrumDescriptor::Logarithmic Property

__declspec(property(get = GetLogarithmic, put = SetLogarithmic)) bool Logarithmic;

True if the spectrum in logarithmic scale.

Read: bool GetLogarithmic();
Write: void SetLogarithmic(const bool Value);
Declared in Dew::Signal::TSpectrumDescriptor · Dew.Signal/SignalAnalysis.h · Cross-compiler