Name

DecrementValue

Synopsis

                  
                  DecrementValue(number)

Decrements the integer part of a given number by 1. Examples:

<cfoutput>
-1: #DecrementValue(-1)#<br>
-1.123: #DecrementValue(-1.123)#<br>
-0.123: #DecrementValue(-0.123)#<br>
0: #DecrementValue(0)#<br>
0.123: #DecrementValue(0.123)#<br>
1: #DecrementValue(1)#<br>
1.123: #DecrementValue(1.123)#
</cfoutput>

Get Programming ColdFusion MX, 2nd Edition 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.