[]
Defines the binary - operator for Matrix class.
public static Matrix<T> operator -(Matrix<T> value)
Public Shared Operator -(value As Matrix(Of T)) As Matrix(Of T)
| 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. |