ComponentOne Bitmap for UWP
DivideRef(Vector4,Vector4,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > DivideRef Method : DivideRef(Vector4,Vector4,Single) Method
The vector that results from the division.
The vector.
The scalar value.
Divides the specified vector by a specified scalar value.
Syntax
'Declaration
 
Public Overloads Shared Sub DivideRef( _
   ByRef result As Vector4, _
   ByRef left As Vector4, _
   ByVal divisor As System.Single _
) 
public static void DivideRef( 
   out Vector4 result,
   ref Vector4 left,
   System.float divisor
)

Parameters

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

Reference

Vector4 Structure
Vector4 Members
Overload List