[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.NegateRef

NegateRef Method

NegateRef(ref Matrix5x4)

Negates a Matrix5x4.

Declaration
public static void NegateRef(ref Matrix5x4 value)
Parameters
Type Name Description
Matrix5x4 value

The Matrix5x4 to be negated.

NegateRef(out Matrix5x4, ref Matrix5x4)

Negates a Matrix5x4.

Declaration
public static void NegateRef(out Matrix5x4 result, ref Matrix5x4 value)
Parameters
Type Name Description
Matrix5x4 result

When the method completes, contains the negated Matrix5x4.

Matrix5x4 value

The Matrix5x4 to be negated.