times

operator fun times(factor: Ratio): Ratio
open operator override fun times(factor: Int): Ratio
open operator override fun times(factor: Double): Ratio

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