__declspec(property(get = GetIncrementStep, put = SetIncrementStep)) double IncrementStep;
Defines the minimum factor by which the buffer size will be increased.
Read:
double GetIncrementStep();Write:
void SetIncrementStep(const double Value);Declared in Dew::Signal::TSignalBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler