ComponentOne Bitmap for UWP
Multiply(Vector3,Single) Method

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