toggle menu
google-adk-kotlin
0.2.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.agents
/
TypedData
/
DoubleValue
Double
Value
data
class
DoubleValue
(
val
value
:
Double
)
:
TypedData
Represents a double value in the agent state.
Members
Constructors
Double
Value
Link copied to clipboard
constructor
(
value
:
Double
)
Properties
value
Link copied to clipboard
val
value
:
Double
The double value.