---
title: "round"
description: "Round a [Offset] down to the nearest [Int] coordinates."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun Offset.round(): IntOffset
```


Round a `Offset` down to the nearest `Int` coordinates.



