__declspec(property(get = GetIsDouble, put = SetIsDouble)) bool IsDouble;
Read:
bool GetIsDouble() const;Write:
void SetIsDouble(const bool value) const;Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler