Int32 Rows { get; set; }
Defines the number of matrix Rows.
Returns: Int32
Remarks:
Use this property to set or get the number of the calling matrix Rows. Setting the Rows does not affect the actual amount of memory allocated unless Rows*Cols is bigger than Dew.Math.TMtxVecBase.ActualSize.
See Also: MatrixInt.Cols, MatrixInt.Size