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

Vector2D.operator* Operator

C#
public static Vector2D operator*(double left, Vector2D right)

Multiplies a vector by the given scalar.

Parameters

[double] left

The scalar value.

[Vector2D] right

The source vector.

Returns

Vector2D

The scaled vector.