ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Unary Negation Operator
The matrix to negate.

In This Topic
    Unary Negation Operator (Matrix4x4)
    In This Topic
    Negates a matrix.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal value As Matrix4x4 _
    ) As Matrix4x4
    public Matrix4x4 operator -( 
       Matrix4x4 value
    )

    Parameters

    value
    The matrix to negate.

    Return Value

    The negated matrix.
    See Also