product

fun product(vararg expressions: Expression): Expression
fun product(vararg double: Double): Expression

Returns the product of the inputs.

fun product(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "*".