Max

<evalcmd> Max && var && Largest of the input values. && value1 && var && Value to compare. && value2 && var && Value to compare. && [value3...] && var && Value to compare... </evalcmd>

Returns the largest of the provided input values. You can provide as many values as you like..

The values should all be the same type as each other (e.g. all numbers, all dates, etc.)

//Example://

Output( Max(2, -5, 7, 1) );
--> 7

See also: min

最后更新于