TSignalReportSet::StdDev Property

__declspec(property(get = GetStdDev, put = SetStdDev)) bool StdDev;

If True, standard deviation of the signal will be included in the report.

Read: bool GetStdDev();
Write: void SetStdDev(const bool Value);
Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler