ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector2 Structure / Divide Method / Divide(Vector2,Vector2) Method
The first vector.
The second vector.

In This Topic
    Divide(Vector2,Vector2) Method
    In This Topic
    Divides the first vector by the second.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Divide( _
       ByVal left As Vector2, _
       ByVal right As Vector2 _
    ) As Vector2
    public static Vector2 Divide( 
       Vector2 left,
       Vector2 right
    )

    Parameters

    left
    The first vector.
    right
    The second vector.

    Return Value

    The vector resulting from the division.
    See Also