ComponentOne Bitmap for UWP
Divide(Vector4,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > Divide Method : Divide(Vector4,Single) Method
The vector.
The scalar value.
Divides the specified vector by a specified scalar value.
Syntax
'Declaration
 
Public Overloads Shared Function Divide( _
   ByVal left As Vector4, _
   ByVal divisor As System.Single _
) As Vector4
public static Vector4 Divide( 
   Vector4 left,
   System.float divisor
)

Parameters

left
The vector.
divisor
The scalar value.

Return Value

The vector that results from the division.
See Also

Reference

Vector4 Structure
Vector4 Members
Overload List