__declspec(property(get = GetCols, put = SetCols)) int Cols;
Defines the number of matrix columns.
Read:
int GetCols();Write:
void SetCols(const int value);Remarks:
Use this property to set or get the number of the calling matrix columns. Setting the Cols does not affect the actual amount of memory allocated unless Rows*Cols is bigger than TMtxInt::ActualSize.
See Also: TMtxInt::Rows, TMtxInt::Size
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler