{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

DoubleState

Known direct subclasses
MutableDoubleState

A value holder where reads to the doubleValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.


A value holder where reads to the doubleValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.

See also
MutableDoubleState
mutableDoubleStateOf

Summary

Public properties

Double
Cmn
open Double
Cmn

Extension functions

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

Permits property delegation of vals using by for DoubleState.

Cmn

Public properties

doubleValue

val doubleValueDouble

value

open val valueDouble

Extension functions

getValue

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

Permits property delegation of vals using by for DoubleState.