> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/int.md).

# Int

Rounds a decimal number to nearest whole number. A number ending in .5 will be rounded to the nearest *even* whole number

<table><thead><tr><th width="137">Expression</th><th width="155">Databox Value</th><th width="78">Result</th><th>Comments</th></tr></thead><tbody><tr><td><code>Int</code></td><td>12.59</td><td>13</td><td>Rounds decimal number to nearest whole number. A number ending in .5 will be rounded to the nearest even whole number. See also <a href="/pages/mtwuhMubPAiHXxYFJeKJ">Round</a></td></tr></tbody></table>
