Microsoft DirectX 9.0 SDK Update (October 2004)

Vector2.op_Multiply Method

Language:

Note: This documentation is preliminary and is subject to change.

Determines the product of a single value and a 2-D vector.

Definition

Visual Basic .NET Public Shared Function op_Multiply( _
    ByVal right As Single, _
    ByVal left As Vector2 _
) As Vector2
C# public static Vector2 op_Multiply(
    float right,
    Vector2 left
);
Managed C++ public: static Vector2 op_Multiply(
    float right,
    Vector2 left
);
JScript .NET public static function op_Multiply(
    right : float,
    left : Vector2
) : Vector2;

Parameters

right System.Single. Source Single Leave Site structure.
left Microsoft.DirectX.Vector2. Source Vector2 structure.

Return Value

Microsoft.DirectX.Vector2 . A Vector2 structure that is the product of the right and left parameters.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center