TSignalRead::ScaleFactor Property

__declspec(property(get = GetScaleFactor, put = SetScaleFactor)) double ScaleFactor;

Defines a scale factor to be applied to just read data.

Read: double GetScaleFactor();
Write: void SetScaleFactor(const double Value);
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler