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

Vector4D.operator* Operator

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

Multiplies a vector by the given scalar.

Parameters

[double] left

The scalar value.

[Vector4D] right

The source vector.

Returns

Vector4D

The scaled vector.