__declspec(property(get = GetMinMax, put = SetMinMax)) bool MinMax;
If True, minimum and maximmum of the signal will be included in the report.
Read:
bool GetMinMax();Write:
void SetMinMax(const bool Value);Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler