times

operator fun times(z: Double): Vector2d<U>(source)

Multiplies the vector by a scalar.

Return

the scaled vector \(z \cdot \mathbf{v}\)

Parameters

z

the scalar multiplier