ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector3 Structure / Divide Method / Divide(Vector3,Single) Method
The vector.
The scalar value.

In This Topic
    Divide(Vector3,Single) Method
    In This Topic
    Divides the specified vector by a specified scalar value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Divide( _
       ByVal left As Vector3, _
       ByVal divisor As System.Single _
    ) As Vector3
    public static Vector3 Divide( 
       Vector3 left,
       System.float divisor
    )

    Parameters

    left
    The vector.
    divisor
    The scalar value.

    Return Value

    The vector that results from the division.
    See Also