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

Vector3::Division Operator (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 operator /(
	Vector3 value1, 
	float value2
)

Parameters

value1
Type: System.Numerics::Vector3

The vector.

value2
Type: System::Single

The scalar value.

Return Value

Type: System.Numerics::Vector3
The result of the division.

The Division method defines the division operation for Vector3 objects.

Show:
© 2017 Microsoft