Microsoft DirectX 9.0 SDK Update (October 2004)

Vector3.Multiply Method

Language:

Note: This documentation is preliminary and is subject to change.

Multiplies a 3-D vector by a Single Leave Site value.

Definition

Visual Basic .NET Public Shared Function Multiply( _
    ByVal source As Vector3, _
    ByVal f As Single _
) As Vector3
C# public static Vector3 Multiply(
    Vector3 source,
    float f
);
Managed C++ public: static Vector3 Multiply(
    Vector3 source,
    float f
);
JScript .NET public static function Multiply(
    source : Vector3,
    f : float
) : Vector3;

Parameters

source Microsoft.DirectX.Vector3. Source Vector3 structure.
f System.Single. Source Single Leave Site value used as a multiplier.

Return Value

Microsoft.DirectX.Vector3 . A Vector3 structure that is multiplied by the 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