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

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

    Parameters

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