Lydos.Matlab

Matrix.Rows Property

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

Property Value

The number of rows in the matrix.

See Also

Matrix Class | Lydos.Matlab Namespace