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

In This Topic
    Division(Vector2,Vector2) Operator
    In This Topic
    Divides the first vector by the second.
    Syntax
    'Declaration
     
    Overloads Public Operator /( _
       ByVal left As Vector2, _
       ByVal right As Vector2 _
    ) As Vector2
    public Vector2 operator /( 
       Vector2 left,
       Vector2 right
    )

    Parameters

    left
    The first vector.
    right
    The second vector.

    Return Value

    The vector resulting from the division.
    See Also