Click or drag to resize

Vector2DMultiply Method (Single)

Multiplies the specified vector with the specified number.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Multiply(
	float number
)

Parameters

number
Type: SystemSingle
The number to multiply the vector with.
See Also