Operator UnaryNegation
UnaryNegation(Matrix)
Negates a matrix.
Declaration
public static Matrix operator -(Matrix matrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix | matrix | The matrix to negate. |
Returns
| Type | Description |
|---|---|
| Matrix | The negated matrix. |