Operator Addition
Addition(Matrix, Matrix)
Adds two matrices.
Declaration
public static Matrix operator +(Matrix left, Matrix right)
Parameters
Type | Name | Description |
---|---|---|
Matrix | left | The first matrix to add. |
Matrix | right | The second matrix to add. |
Returns
Type | Description |
---|---|
Matrix | The sum of the two matrices. |