Click or drag to resize
DigitalRuneVector2FMultiply Operator (Vector2F, Single)
Multiplies a vector by a scalar.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Vector2F operator *(
	Vector2F vector,
	float scalar
)

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVector2F
The vector.
scalar
Type: SystemSingle
The scalar.

Return Value

Type: Vector2F
The vector with each component multiplied by scalar.
See Also