TSignalWrite::ImFormat Property

__declspec(property(get = GetImFormat, put = SetImFormat)) DewString ImFormat;

Number format definition for text file formats.

Read: DewString GetImFormat();
Write: void SetImFormat(const DewString &Value);
Remarks:

Specifies the number format of the imaginary part of the complex number for the text file formats. To use default (general floating point) formatting, leave this property empty.

Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler