TSignalBrowseBuffer::Increment Property

__declspec(property(get = GetIncrement, put = SetIncrement)) int Increment;

Defines the increment at which the overview is sampled.

Read: int GetIncrement();
Write: void SetIncrement(const int Value);
Remarks:

The increment step is used in two stages and thus the actual increment is sqr(Increment).

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