Add

Matrix.Add method

Fügt eine Matrix zu einer anderen Matrix hinzu.

public Matrix Add(Matrix other)
ParameterTypBeschreibung
otherMatrixMatrix hinzugefügt werden.

Rückgabewert

Ergebnis der Matrixaddition.

Siehe auch