Vector2::Divide Method (Vector2, Single)

Divides the specified vector by a specified scalar value.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector2 Divide(
	Vector2 left, 
	float divisor
)

Parameters

left
Type: System.Numerics::Vector2

The vector.

divisor
Type: System::Single

The scalar value.

Return Value

Type: System.Numerics::Vector2
The vector that results from the division.
Show: