[]
Defines the binary - operator for Matrix class.
public static Matrix operator -(Matrix value)
Type | Name | Description |
---|---|---|
Matrix | value | A Matrix indicates the operand. |
Type | Description |
---|---|
Matrix | A Matrix indicates the unary nimus operation result of operand. |