times
operator fun <U, V : NumberValue<U>> Expression<V>.times(other: Expression<FloatValue>): Expression<V>(source)
operator fun <U, V : NumberValue<U>> Expression<FloatValue>.times(other: Expression<V>): Expression<V>(source)
operator fun Expression<FloatValue>.times(other: Expression<FloatValue>): Expression<FloatValue>(source)
Returns the product of this number expression with other.