Vector4::Divide Method (Vector4, Single)

Divides the specified vector by a specified scalar value.

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

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

Parameters

left
Type: System.Numerics::Vector4

The vector.

divisor
Type: System::Single

The scalar value.

Return Value

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