The number of matrix rows.
[Visual Basic] Public Property ReadOnly Rows As Integer [C#] public int Rows { get; } [C++] public: __property int get_Rows(); [JScript] public function get Rows() : int
The number of rows in the matrix.
Matrix Class | Lydos.Matlab Namespace