ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / DivideRef Method / DivideRef(Vector2,Vector2,Vector2) Method
The vector resulting from the division.
The first vector.
The second vector.

In This Topic
    DivideRef(Vector2,Vector2,Vector2) Method
    In This Topic
    Divides the first vector by the second.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DivideRef( _
       ByRef result As Vector2, _
       ByRef left As Vector2, _
       ByRef right As Vector2 _
    ) 
    public static void DivideRef( 
       out Vector2 result,
       ref Vector2 left,
       ref Vector2 right
    )

    Parameters

    result
    The vector resulting from the division.
    left
    The first vector.
    right
    The second vector.
    See Also