Vector2.Multiply Method

Language:

Multiplies the current 2-D vector with a single value.

Definition

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
);

Parameters

s System.Single
Source Single Leave Site 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