TSignalStatsBuffer::Statistics Property

__declspec(property(get = GetStatistics, put = SetStatistics)) TSignalStatistics Statistics;

Specifies statistics to be stored in the component.

Read: TSignalStatistics GetStatistics();
Write: void SetStatistics(const TSignalStatistics Value);
Declared in Dew::Signal::TSignalStatsBuffer · Dew.Signal/SignalAnalysis.h · Cross-compiler