Gets the number of rows in the matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override sealed int RowCount { get; }
Public Overrides NotOverridable ReadOnly Property RowCount As Integer
Get
public:
virtual property int RowCount {
int get () override sealed;
}
abstract RowCount : int with get
override RowCount : int with get
Property Value
Type:
Int32The number of rows.
Numerical Libraries
Supported in: 5.x, 4.x
Reference