Vector2.Multiply Method |
Language: |
Multiplies the current 2-D vector with a single value.
Visual Basic Public Sub Multiply( _
ByVal s As Single _
)C# public void Multiply(
float s
);C++ public:
void Multiply(
float s
);JScript public function Multiply(
s : float
);
s System.Single
Source Single value.
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