times

open operator fun times(factor: Int): Q
open operator fun times(factor: Double): Q

Returns a new instance with the value from this multiplied by factor.