[]
Defines the binary - operator for Matrix class.
public static Matrix operator -(Matrix left, Matrix right)
| Type | Name | Description |
|---|---|---|
| Matrix | left | A Matrix indicates the left operand. |
| Matrix | right | A Matrix indicates the right operand. |
| Type | Description |
|---|---|
| Matrix | A Matrix indicates the binary nimus operation result of two operands. |