Gets the number of rows in the matrix represented by the factorization.

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

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

See Also