TTraceList::ValueCount Property

__declspec(property(get = GetValueCount, put = SetValueCount)) int ValueCount;

Number of values stored for each Item.

Read: int GetValueCount();
Write: void SetValueCount(const int Value);
Remarks:

Usually equal to TSpetrogram.SpectrogramList.Count

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