max
max(Expr, ..., Expr)
Produces the largest value of any of it's arguments.
e.g.
max(5, load("/volume"))
produces the value of "/volume" if it is greater than 5, otherwise it produces 5.
max(Expr, ..., Expr)
Produces the largest value of any of it's arguments.
e.g.
max(5, load("/volume"))
produces the value of "/volume" if it is greater than 5, otherwise it produces 5.