Microsoft DirectX 9.0 SDK Update (October 2004)

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

s System.Single. Source Single Leave Site value.

© 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