TSpectrogram::Count Property

__declspec(property(get = GetCount, put = SetCount)) int Count;

Specifies the number of the spectrums in the list.

Read: int GetCount();
Write: void SetCount(const int Value);
Remarks:

Setting the property will set the number of spectrums in the list.

Declared in Dew::Signal::TSpectrogram · Dew.Signal/SignalAnalysis.h · Cross-compiler