[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.op_UnaryNegation

operator - Operator

operator -(Matrix5x4)

Negates a Matrix5x4.

Declaration
public static Matrix5x4 operator -(Matrix5x4 value)
Parameters
Type Name Description
Matrix5x4 value

The Matrix5x4 to negate.

Returns
Type Description
Matrix5x4

The negated Matrix5x4.