Add

Matrix.Add method

Ajoute une matrice à une autre matrice.

public Matrix Add(Matrix other)
ParamètreTaperLa description
otherMatrixMatrice à ajouter.

Return_Value

Résultat de l’ajout de matrice.

Voir également