times

open operator fun V.times(other: Int): V
open operator fun V.times(other: Long): V
open operator fun Int.times(other: V): V
open operator fun Long.times(other: V): V
abstract operator fun V.times(other: V): V