ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector4 Structure / MultiplyRef Method / MultiplyRef(Vector4,Vector4,Single) 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(Vector4,Vector4,Single) Method
    In This Topic
    Scales a vector by the given value.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub MultiplyRef( _
       ByRef result As Vector4, _
       ByRef value As Vector4, _
       ByVal scale As System.Single _
    ) 
    public static void MultiplyRef( 
       out Vector4 result,
       ref Vector4 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