MathMatrix

Constructeur MathMatrix

Initialise une nouvelle instance de la classe MathMatrix.

public MathMatrix(int rowCount, int columnCount)
ParamètreTypeDescription
rowCountInt32nombre de lignes
columnCountInt32nombre de colonnes

Exemples

Exemple :

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);

Voir aussi