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.

min()

Usage

min(val1, val2)

Description
Returns the smaller of the given values. This method tries to convert its parameter objects into numerical values, i.e. you can use strings as arguments. See also max().

Example

${min(5, 8)}

results in

5.0

Search results for "min()"

min()

Returns the smaller of the given values. This method tries to convert its parameter objects into numerical values, i.e. you can use strings as arguments. See also max().

min(val1, val2)