Gets the number of rows in the matrix that this decomposition represents.

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

Syntax

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

See Also