Gets the number of rows in the
Matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RowCount As Integer |
| C# |
|---|
public int RowCount { get; } |
| C++ |
|---|
public:
int RowCount {
int get ();
} |
Value
The number of rows.