---
title: "isFinite"
description: "Whether all coordinates of this rounded rectangle are finite."
type: "property"
---

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


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val RoundRect.isFinite
```


Whether all coordinates of this rounded rectangle are finite.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline val Offset.isFinite: Boolean
```


True if both x and y values of the `Offset` are finite. NaN values are not considered finite.



