__declspec(property(get = GetCols, put = SetCols)) int Cols;
Defines the number of matrix columns.
Read:
int GetCols() const;Write:
void SetCols(const int Value) const;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 TMtxVecBase::ActualSize.
See Also: MatrixInt::Rows, MatrixInt::Size
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler