TSignalRead::Precision Property

__declspec(property(get = GetPrecision, put = SetPrecision)) TPrecision Precision;

Read the precision of the data being read from the file.

Read: TPrecision GetPrecision();
Write: void SetPrecision(const TPrecision Value);
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler