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

Vector2D.operator/ Operator

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

Divides the vector by the given scalar.

Parameters

[Vector2D] value1

The source vector.

[double] value2

The scalar value.

Returns

Vector2D

The result of the division.