CreateMathMatrix

MathMatrixFactory.CreateMathMatrix méthode

Crée une matrice mathématique

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

Valeur de retour

nouvelle matrice mathématique

Voir aussi