ComponentOne Bitmap for UWP
Multiplication(Vector4,Single) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > Multiplication Operator : Multiplication(Vector4,Single) Operator
The vector to scale.
The amount by which to scale the vector.
Scales a vector by the given value.
Syntax
'Declaration
 
Overloads Public Operator *( _
   ByVal value As Vector4, _
   ByVal scale As System.Single _
) As Vector4
public Vector4 operator *( 
   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