Add

Matrix.Add method

Agrega matriz a otra matriz.

public Matrix Add(Matrix other)
ParámetroEscribeDescripción
otherMatrixMatriz a agregar.

Valor_devuelto

Resultado de la suma de matrices.

Ver también