Max (number1, number2)
Returns the greater of two numbers.
<cfoutput> The larger of 100 and 10 is: #Max(100, 10)# </cfoutput>