__declspec(property(get = GetNF, put = SetNF)) bool NF;
If true, Noise Floor will be included in the report.
Read:
bool GetNF();Write:
void SetNF(const bool Value);Declared in Dew::Signal::TSpectrumReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler