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