times

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

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