times

open operator override fun Rational.times(other: Int): Rational(source)
open operator override fun Rational.times(other: UInt): Rational(source)
open operator override fun Rational.times(other: Long): Rational(source)
open operator override fun Rational.times(other: ULong): Rational(source)
open operator override fun Int.times(other: Rational): Rational(source)
open operator override fun UInt.times(other: Rational): Rational(source)
open operator override fun Long.times(other: Rational): Rational(source)
open operator override fun ULong.times(other: Rational): Rational(source)
open operator override fun Rational.times(other: Rational): Rational(source)