RowCount

MathMatrix.RowCount property

Nombre de lignes dans la matrice

public int RowCount { get; }

Exemples

Exemple :

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

Voir également