__declspec(property(get = GetImFormat, put = SetImFormat)) DewString ImFormat;
The format specifier for the imaginary part of the complex number.
Read:
DewString GetImFormat();Write:
void SetImFormat(const DewString &Value);Declared in Dew::Math::TMtxVecReport · Dew.Math/MtxVec.h · Cross-compiler