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

In This Topic
    Multiply(Vector4,Single) Method
    In This Topic
    Scales a vector by the given value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Multiply( _
       ByVal value As Vector4, _
       ByVal scale As System.Single _
    ) As Vector4
    public static Vector4 Multiply( 
       Vector4 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