product

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

Returns the product of the inputs.


DSL function for "*".