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

In This Topic
    Multiplication(Vector2,Single) Operator
    In This Topic
    Scales a vector by the given value.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal value As Vector2, _
       ByVal scale As System.Single _
    ) As Vector2
    public Vector2 operator *( 
       Vector2 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