Vector2.Multiply Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Multiplies the current 2-D vector with a single value.
Definition
Visual Basic .NET |
Public Sub Multiply( _ ByVal s As Single _ ) |
C# |
public void Multiply( float s ); |
Managed C++ |
public: void Multiply( float s ); |
JScript .NET |
public function Multiply( s : float ); |
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