Method Add
Add(Matrix, Matrix)
Determines the sum of two matrices.
Declaration
public static Matrix Add(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. |