Max
Return larger of two numbers
Method Signature
Arguments
Argument
Type
Required
Description
Default
number1
numeric
true
The first number
number2
numeric
true
The second number
Examples
Tag Example
Result: The maximum of 4 and 9 is 9.
Additional Examples
Related
Last updated
Was this helpful?