Fix

Description

Converts a real number to an integer.

Return value

If number is greater than or equal to 0, the closest integer less than number.

If number is less than 0, the closest integer greater than number.

Category

Mathematical functions

Syntax

Fix(number)

See also

Ceiling, Int, Round

Parameters

Parameter Description
number
A number

Example

<h3>Fix Example</h3>
<p>Fix returns the closest integer less than the number if the number is greater
than or equal to 0. Fix returns the closest integer greater than the
number if number is less than 0.
<cfoutput>
<p>The fix of 3.4 is #fix(3.4)#
<p>The fix of 3 is #fix(3)#
<p>The fix of 3.8 is #fix(3.8)#
<p>The fix of -4.2 is #fix(-4.2)#
</cfoutput>

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6

Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt184.htm