Add this expression to other.
other
This is equivalent to this * other in SQL.
this * other
Also available as * operator.
*
Expr<double> multiply(Expr<double> other) => ExpressionNumMultiply(this, other);