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

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

    Parameters

    left
    The first vector.
    right
    The second vector.

    Return Value

    The vector resulting from the division.
    See Also