Name

Min

Synopsis

Min(number1, number2)

Returns the lower value of two specified numbers. Example:

<CFSET x=10>
<CFSET y=20>

<CFOUTPUT>#Min(x,y)# is a smaller number than #Max(x,y)#.</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.