ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / Multiplication Operator / Multiplication(Single,Vector2) Operator
The amount by which to scale the vector.
The vector to scale.

In This Topic
    Multiplication(Single,Vector2) Operator
    In This Topic
    Scales a vector by the given value.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal scale As System.Single, _
       ByVal value As Vector2 _
    ) As Vector2
    public Vector2 operator *( 
       System.float scale,
       Vector2 value
    )

    Parameters

    scale
    The amount by which to scale the vector.
    value
    The vector to scale.

    Return Value

    The scaled vector.
    See Also