ComponentOne Bitmap for UWP
Multiplication(Vector3,Single) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector3 Structure > Multiplication Operator : Multiplication(Vector3,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 Vector3, _
   ByVal scale As System.Single _
) As Vector3
public Vector3 operator *( 
   Vector3 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

Vector3 Structure
Vector3 Members
Overload List