__declspec(property(get = GetMean, put = SetMean)) bool Mean;
If True the mean value of the signal will be included in the report.
Read:
bool GetMean();Write:
void SetMean(const bool Value);Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler