ComponentOne Bitmap for UWP
Add Method (Vector4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure : Add Method
The first vector to add.
The second vector to add.
Adds two vectors.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
public static Vector4 Add( 
   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