ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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.

In This Topic
    MultiplyRef Method (Vector3)
    In This Topic
    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