Namespace: Rx.Net – Class: Vector4D – Assembly: Rx.Net

Vector4D.operator/ Operator

C#
public static Vector4D operator/(Vector4D left, Vector4D right)

Divides the first vector by the second.

Parameters

[Vector4D] left

The first source vector.

[Vector4D] right

The second source vector.

Returns

Vector4D

The vector resulting from the division.