Microsoft DirectX 9.0 SDK Update (October 2004)

Vector4.op_Multiply Method

Language:

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

Determines the product of a Single Leave Site value and a 4-D vector.

Definition

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

Parameters

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

Return Value

Microsoft.DirectX.Vector4 . A Vector4 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