times

operator fun Dimensions.times(other: Dimensions): Dimensions

Allows to multiply dimensions.


operator fun Expression.times(other: Expression): Expression

Allows to multiply expressions.


operator fun Expression.times(multiplicative: Number): Expression

Allows to multiply expression and number.


operator fun Number.times(p: Expression): Expression

Allows to multiply number and expressions.