times

@JvmName(name = "timesUnitLeft")
operator fun <U, V : NumberValue<U>> Expression<V>.times(other: Expression<FloatValue>): Expression<V>(source)
@JvmName(name = "timesUnitRight")
operator fun <U, V : NumberValue<U>> Expression<FloatValue>.times(other: Expression<V>): Expression<V>(source)

Returns the product of this number expression with other.