ComponentOne Bitmap for UWP
Multiply(Vector4,Vector4) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > Multiply Method : Multiply(Vector4,Vector4) Method
The first vector to modulate.
The second vector to modulate.
Modulates a vector with another by performing component-wise multiplication.
Syntax
'Declaration
 
Public Overloads Shared Function Multiply( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
public static Vector4 Multiply( 
   Vector4 left,
   Vector4 right
)

Parameters

left
The first vector to modulate.
right
The second vector to modulate.

Return Value

The modulated vector.
See Also

Reference

Vector4 Structure
Vector4 Members
Overload List