DecrementValue (number)
Decrements the integer part of a number by one.
<cfoutput> The value of a decremened 1 is: #DecrementValue("1")# The value of a decremened 100 is: #DecrementValue("100")# </cfoutput>