times

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

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