You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

mult()

Usage

mult(val1, val2...)

Description
Returns the product of all given parameters. This method tries to convert its parameter objects into numerical values, i.e. you can use strings as arguments.

Example

${mult(5, 2, 3, "10")}

results in

300.0

Search results for "mult()"

mult()

Returns the product of all given parameters.

mult(val1, val2...)