CreateMathMatrix

IMathMatrixFactory.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