You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This function returns the larger of two numeric values x and y.

Syntax
max(number x, number y) #Output: Number
Examples
Parser expressionDescription
max(-2,-5)
This example returns -2
Additional information

Parameters used in this function

ParameterInput (data type)Description
number x

NUMBER

Any given number.
number y

NUMBER

Any given number.
Output

This function returns a NUMBER