ComponentOne Bitmap for WPF
MultiplyRef Method (Vector3)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector3 Structure : MultiplyRef Method
When the method completes, contains the scaled vector.
The vector to scale.
The amount by which to scale the vector.
Scales a vector by the given value.
Syntax
'Declaration
 
Public Shared Sub MultiplyRef( _
   ByRef result As Vector3, _
   ByRef value As Vector3, _
   ByVal scale As System.Single _
) 
public static void MultiplyRef( 
   out Vector3 result,
   ref Vector3 value,
   System.float scale
)

Parameters

result
When the method completes, contains the scaled vector.
value
The vector to scale.
scale
The amount by which to scale the vector.
See Also

Reference

Vector3 Structure
Vector3 Members