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


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


<h2 id="setvalue-thisobj-property-value">setValue</h2>

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


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


Permits property delegation of `var`s using `by` for `MutableDoubleState`.





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


<h2 id="setvalue-thisobj-property-value-2">setValue</h2>

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


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


Permits property delegation of `var`s using `by` for `MutableFloatState`.





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


<h2 id="setvalue-thisobj-property-value-3">setValue</h2>

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


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


Permits property delegation of `var`s using `by` for `MutableState`.





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


<h2 id="setvalue-thisobj-property-value-4">setValue</h2>

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


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


Permits property delegation of `var`s using `by` for `MutableIntState`.





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


<h2 id="setvalue-thisobj-property-value-5">setValue</h2>

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


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


Permits property delegation of `var`s using `by` for `MutableLongState`.