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