Method Subtract
Subtract(Matrix, Matrix)
Determines the difference between two matrices.
Declaration
public static Matrix Subtract(Matrix left, Matrix right)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix | left | The first matrix to subtract. |
| Matrix | right | The second matrix to subtract. |
Returns
| Type | Description |
|---|---|
| Matrix | The difference between the two matrices. |