ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector4 Structure / AddRef Method
When the method completes, contains the sum of the two vectors.
The first vector to add.
The second vector to add.

In This Topic
    AddRef Method (Vector4)
    In This Topic
    Adds two vectors.
    Syntax
    'Declaration
     
    Public Shared Sub AddRef( _
       ByRef result As Vector4, _
       ByRef left As Vector4, _
       ByRef right As Vector4 _
    ) 
    public static void AddRef( 
       out Vector4 result,
       ref Vector4 left,
       ref Vector4 right
    )

    Parameters

    result
    When the method completes, contains the sum of the two vectors.
    left
    The first vector to add.
    right
    The second vector to add.
    See Also