ComponentOne Bitmap for UWP
Addition Operator (Matrix5x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure : Addition Operator
The first Matrix5x4 to add.
The second Matrix5x4 to add.
Adds 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 add.
right
The second Matrix5x4 to add.

Return Value

The sum of the two matricies.
See Also

Reference

Matrix5x4 Structure
Matrix5x4 Members