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


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


<h2 id="getvalue-thisobj-property">getValue</h2>

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


```kotlin
public inline operator fun DoubleState.getValue(thisObj: Any?, property: KProperty<*>): Double
```


Permits property delegation of `val`s using `by` for `DoubleState`.





<hr class="docs-overload-divider">


<h2 id="getvalue-thisobj-property-2">getValue</h2>

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


```kotlin
public inline operator fun FloatState.getValue(thisObj: Any?, property: KProperty<*>): Float
```


Permits property delegation of `val`s using `by` for `FloatState`.





<hr class="docs-overload-divider">


<h2 id="getvalue-thisobj-property-3">getValue</h2>

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


```kotlin
public inline operator fun <T> State<T>.getValue(thisObj: Any?, property: KProperty<*>): T
```


Permits property delegation of `val`s using `by` for `State`.





<hr class="docs-overload-divider">


<h2 id="getvalue-thisobj-property-4">getValue</h2>

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


```kotlin
public inline operator fun IntState.getValue(thisObj: Any?, property: KProperty<*>): Int
```


Permits property delegation of `val`s using `by` for `IntState`.





<hr class="docs-overload-divider">


<h2 id="getvalue-thisobj-property-5">getValue</h2>

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


```kotlin
public inline operator fun LongState.getValue(thisObj: Any?, property: KProperty<*>): Long
```


Permits property delegation of `val`s using `by` for `LongState`.