[]
Negates a Matrix5x4.
public static Matrix5x4 operator -(Matrix5x4 value)
Public Shared Operator -(value As Matrix5x4) As Matrix5x4
| Type | Name | Description |
|---|---|---|
| Matrix5x4 | value | The Matrix5x4 to negate. |
| Type | Description |
|---|---|
| Matrix5x4 | The negated Matrix5x4. |