__declspec(property(get = GetRows, put = SetRows)) int Rows;
Read:
int GetRows() const;Write:
void SetRows(const int Value) const;Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler