Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Vector3 Structure / Multiplication Operator / Multiplication(Single,Vector3) Operator
The amount by which to scale the vector.
The vector to scale.

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

    Parameters

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

    Return Value

    The scaled vector.
    See Also