__declspec(property(get = GetPrecision, put = SetPrecision)) TPrecision Precision;
Defines the precision with which the Data will be saved.
Read:
TPrecision GetPrecision();Write:
void SetPrecision(const TPrecision Value);Remarks:
For text file types the formating is specified with ReFormat and ImFormat.
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler