Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix5x4 Structure / Addition Operator
The first Matrix5x4 to add.
The second Matrix5x4 to add.

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

    Parameters

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

    Return Value

    The sum of the two matricies.
    See Also