Add

Matrix.Add method

Lägger till matris till annan matris.

public Matrix Add(Matrix other)
ParameterTypBeskrivning
otherMatrixMatris som ska läggas till.

Returvärde

Resultat av matris add.

Se även