Windows apps
Collapse the table of content
Expand the table of content

Vector2::Divide Method (Vector2, Vector2)

Divides the first vector by the second.

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

public:
static Vector2 Divide(
	Vector2 left, 
	Vector2 right
)

Parameters

left
Type: System.Numerics::Vector2

The first vector.

right
Type: System.Numerics::Vector2

The second vector.

Return Value

Type: System.Numerics::Vector2
The vector resulting from the division.
Show:
© 2017 Microsoft