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

Vector3::Divide Method (Vector3, Single)

Divides the specified vector by a specified scalar value.

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

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

Parameters

left
Type: System.Numerics::Vector3

The vector.

divisor
Type: System::Single

The scalar value.

Return Value

Type: System.Numerics::Vector3
The vector that results from the division.
Show:
© 2017 Microsoft