ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector4 Structure / Divide Method / Divide(Vector4,Vector4) Method
The first vector.
The second vector.

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

    Parameters

    left
    The first vector.
    right
    The second vector.

    Return Value

    The vector resulting from the division.
    See Also