Get the number of rows in the original matrix.

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int RowCount { get; }
Public ReadOnly Property RowCount As Integer
	Get
public:
property int RowCount {
	int get ();
}
member RowCount : int with get

See Also