ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / DivideRef Method / DivideRef(Vector2,Vector2,Single) Method
The vector that results from the division.
The vector.
The scalar value.

In This Topic
    DivideRef(Vector2,Vector2,Single) Method
    In This Topic
    Divides the specified vector by a specified scalar value.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DivideRef( _
       ByRef result As Vector2, _
       ByRef left As Vector2, _
       ByVal divisor As Single _
    ) 
    public static void DivideRef( 
       out Vector2 result,
       ref Vector2 left,
       float divisor
    )

    Parameters

    result
    The vector that results from the division.
    left
    The vector.
    divisor
    The scalar value.
    See Also