ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Addition Operator
The first matrix to add.
The second matrix to add.

In This Topic
    Addition Operator (Matrix4x4)
    In This Topic
    Adds two matricies.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal left As Matrix4x4, _
       ByVal right As Matrix4x4 _
    ) As Matrix4x4
    public Matrix4x4 operator +( 
       Matrix4x4 left,
       Matrix4x4 right
    )

    Parameters

    left
    The first matrix to add.
    right
    The second matrix to add.

    Return Value

    The sum of the two matricies.
    See Also