> 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/round.md).

# Round

Rounds decimal number to nearest whole number.&#x20;

<table><thead><tr><th width="196">Expression</th><th width="164">Databox Value</th><th width="105">Result</th><th>Comments</th></tr></thead><tbody><tr><td><code>Round</code></td><td>12.59</td><td>13</td><td>A number ending in .5 will be rounded to the nearest <em>even</em> whole number. See also <a href="/pages/tpMzRz2Kbf58j2zm7kWJ">int</a></td></tr><tr><td><code>Round</code></td><td>1.5</td><td>2</td><td></td></tr><tr><td><code>Round</code></td><td>2.5</td><td>2</td><td></td></tr></tbody></table>
