kotbase
Toggle table of contents
3.1
Select version
3.2
3.1
3.0
apple
common
jvmCommon
linuxMingw
Platform filter
apple
common
jvmCommon
linuxMingw
Switch theme
Search in API
kotbase
couchbase-lite-ee
/
kotbase
/
MutableDictionary
/
setDouble
set
Double
apple
common
jvmCommon
linuxMingw
actual
fun
setDouble
(
key
:
String
,
value
:
Double
)
:
MutableDictionary
(
source
)
expect
fun
setDouble
(
key
:
String
,
value
:
Double
)
:
MutableDictionary
(
source
)
Set a double value for the given key.
Return
The self object.
Parameters
key
The key
value
The double value.
actual
fun
setDouble
(
key
:
String
,
value
:
Double
)
:
MutableDictionary
(
source
)
actual
fun
setDouble
(
key
:
String
,
value
:
Double
)
:
MutableDictionary
(
source
)