Operator Subtraction
Subtraction(Matrix, Matrix)
Subtracts two matrices.
Declaration
public static Matrix operator -(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. |