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