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

Vector3D.operator* Operator

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

Multiplies a vector by the given scalar.

Parameters

[double] left

The scalar value.

[Vector3D] right

The source vector.

Returns

Vector3D

The scaled vector.