Name

Round

Synopsis

Round(number)

Rounds off a number to the nearest integer. Examples:

<CFOUTPUT>
-2.5: #Round(-2.5)#<BR>
-1: #Round(-1)#<BR>
-1.123: #Round(-1.123)#<BR>
-0.123: #Round(-0.123)#<BR>
0: #Round(0)#<BR>
0.123: #Round(0.123)#<BR>
1: #Round(1)#<BR>
1.123: #Round(1.123)#<BR>
2.5: #Round(2.5)#
</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.