Gets the number of rows in the matrix.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.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