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

Vector4D.operator/ Operator

C#
public static Vector4D operator/(Vector4D value1, double value2)

Divides the vector by the given scalar.

Parameters

[Vector4D] value1

The source vector.

[double] value2

The scalar value.

Returns

Vector4D

The result of the division.