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