TExprGridVariable::ImFormat Property

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

Specifies formating for imaginary part f complex numbers.

Read: DewString GetImFormat();
Write: void SetImFormat(const DewString &Value);
Declared in Dew::Math::TExprGridVariable · Dew.Math/MtxParseClass.h · Cross-compiler