ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector4 Structure / Add Method
The first vector to add.
The second vector to add.

In This Topic
    Add Method (Vector4)
    In This Topic
    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