times

abstract operator fun times(scalar: Double): V(source)

Scale this vector by a scalar value.

Return

A vector representing the scaled vector.

Parameters

scalar

The scalar value to multiply the vector by.