![]() |
![]() |
![]() |
Vector3.op_Multiply Method |
Language: |
Determines the product of a single value and a 3-D vector.
Visual Basic Public Shared Function op_Multiply( _
ByVal right As Single, _
ByVal left As Vector3 _
) As Vector3C# public static Vector3 op_Multiply(
float right,
Vector3 left
);C++ public:
static Vector3 operator*(
float right,
Vector3 left
);JScript public static function op_Multiply(
right : float,
left : Vector3
) : Vector3;
right System.Single
Source Singlestructure.
left Microsoft.DirectX.Vector3
Source Vector3 structure.
Microsoft.DirectX.Vector3
A Vector3 structure that is the product of the right and left parameters.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center