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