Fix

"-->
 Fix (number) 

Description

Converts a real number to an integer. Returns the closest integer less than the number if it is greater than or equal to 0. If it is less than 0, it returns the closest integer greater than the number.

Example

 <cfoutput>  The fix of 4 is #fix(4)#  The fix of -4 is #fix(-4)#  </cfoutput>  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net