TSignalStoreBuffer::IncrementStep Property

__declspec(property(get = GetIncrementStep, put = SetIncrementStep)) double IncrementStep;

When the buffer is too small to store a new block of data, it will be increased at least by a factor of IncrementStep.

Read: double GetIncrementStep();
Write: void SetIncrementStep(const double Value);
Declared in Dew::Signal::TSignalStoreBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler