times

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