ComponentOne Bitmap for UWP
Multiply(Vector4,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > Multiply Method : Multiply(Vector4,Single) Method
The vector to scale.
The amount by which to scale the vector.
Scales a vector by the given value.
Syntax
'Declaration
 
Public Overloads Shared Function Multiply( _
   ByVal value As Vector4, _
   ByVal scale As System.Single _
) As Vector4
public static Vector4 Multiply( 
   Vector4 value,
   System.float scale
)

Parameters

value
The vector to scale.
scale
The amount by which to scale the vector.

Return Value

The scaled vector.
See Also

Reference

Vector4 Structure
Vector4 Members
Overload List