TSignalReportSet::Kurtosis Property

__declspec(property(get = GetKurtosis, put = SetKurtosis)) bool Kurtosis;

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

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