FutureProg functions
max
Number max(Number minimum, Number maximum)
Contexts: computer function, computer program, standard futureprog
Returns the higher of two numbers.
minimum: The lower numeric bound or first number.
maximum: The upper numeric bound or second number.
Contexts: computer function, computer program, standard futureprog
Returns the higher of two numbers.
minimum: The lower numeric bound or first number.
maximum: The upper numeric bound or second number.