ComponentOne Bitmap for UWP
Addition Operator (Vector4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure : Addition Operator
The first vector to add.
The second vector to add.
Adds two vectors.
Syntax
'Declaration
 
Public Operator +( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
public Vector4 operator +( 
   Vector4 left,
   Vector4 right
)

Parameters

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

Return Value

The sum of the two vectors.
See Also

Reference

Vector4 Structure
Vector4 Members