This topic has not yet been rated - Rate this topic

Vector2.Multiply Method (Vector2, Single)

Multiplies a vector by a scalar value.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public static Vector2 Multiply (
         Vector2 value1,
         float scaleFactor
)

Parameters

value1
Source vector.
scaleFactor
Scalar value.

Return Value

Result of the multiplication.
Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone 7
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.