![]() |
![]() |
![]() |
Vector4.op_Multiply Method |
Language: |
Determines the product of a Single value and a 4-D vector.
Visual Basic Public Shared Function op_Multiply( _
ByVal right As Single, _
ByVal left As Vector4 _
) As Vector4C# public static Vector4 op_Multiply(
float right,
Vector4 left
);C++ public:
static Vector4 operator*(
float right,
Vector4 left
);JScript public static function op_Multiply(
right : float,
left : Vector4
) : Vector4;
right System.Single
Source Singlestructure.
left Microsoft.DirectX.Vector4
Source Vector4 structure.
Microsoft.DirectX.Vector4
A Vector4 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