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