Click or drag to resize

Vector2DDivide Method (Single)

Divides the current vector by the specified number.

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

Parameters

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