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