Link to this page
Print this page
Parent topic
:
Number Functions
Template Functions
/
Number Functions
min()
The
min()
function returns the minimum between two numbers.
Syntax
min(
expr1
,
expr2
)
Note:
Return the minimum between
number(expr1)
and
number(expr2)
.