Gets the number of rows in self.

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:
virtual property int Rows {
	int get () sealed;
}

Implements

ISparseMatrixStorage<(Of <(T>)>)..::.Rows

See Also