TSignalWrite::Rounding Property

__declspec(property(get = GetRounding, put = SetRounding)) TRounding Rounding;

Define the rounding mode when saving to integer types.

Read: TRounding GetRounding();
Write: void SetRounding(const TRounding Value);
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler