times

abstract operator fun times(scalar: Float): T

Returns a new vector instance scaled by the given scalar


abstract operator fun times(vector: T): T

Returns a new vector instance scaled by the given vector