Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Properties


Extreme Optimization Mathematics Library for .NET

Matrix.RowCount Property

Gets the number of rows in the Matrix.

[Visual Basic]
Public ReadOnly Property RowCount As Integer
[C#]
public int RowCount {get;}

Property Value

The number of rows.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace