RowCount

Propriété MathMatrix.RowCount

Nombre de lignes dans la matrice

public int RowCount { get; }

Exemples

Exemple:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;

Voir aussi