Linear Operator<T>.Row Count Property
Gets the number of rows in the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The number of rows.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int RowCount { get; }
Property Value
Int32The number of rows.