Gets the number of rows in the matrix.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int RowCount { get; }
Public ReadOnly Property RowCount As Integer
Get
public:
virtual property int RowCount {
int get () sealed;
}
abstract RowCount : int with get
override RowCount : int with get
Property Value
Type:
Int32The number of rows.
Reference