times

operator fun times(other: Numbers<*>): Numbers<Number>

Multiplies this and another primitive numeric profile.


operator fun times(n: Number): Numbers<Number>

Multiplies this by a constant number.


operator fun times(other: Real): Real

Multiplies this by a linear profile.