times

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

Scale this vector by a scalar value.

Parameters

scalar

The scalar value to multiply the vector by.