ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / Subtraction Operator
The first Matrix5x4 to subtract.
The second Matrix5x4 to subtract.

In This Topic
    Subtraction Operator (Matrix5x4)
    In This Topic
    Subtracts two matricies.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal left As Matrix5x4, _
       ByVal right As Matrix5x4 _
    ) As Matrix5x4
    public Matrix5x4 operator -( 
       Matrix5x4 left,
       Matrix5x4 right
    )

    Parameters

    left
    The first Matrix5x4 to subtract.
    right
    The second Matrix5x4 to subtract.

    Return Value

    The difference between the two matricies.
    See Also