For the complete experience, please enable JavaScript in your browser. Thank you!
Adobe Community Help
Contact support
This function returns the largest integer less than or equal to a specified number.
Integer
Mathematical functions
New in Adobe ColdFusion (2016 release).
Floor(n), where n is a number.
<
cfscript
>
n=65.87;
writeDump(floor(n)); // produces the output 65
</
Twitter™ and Facebook posts are not covered under the terms of Creative Commons.
Legal Notices | Online Privacy Policy