times

abstract operator fun Vector4<N>.times(other: N): Vector4<N>(source)
abstract operator fun N.times(other: Vector4<N>): Vector4<N>(source)