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
/
MutableDocument
/
setFloat
set
Float
apple
common
jvmCommon
linuxMingw
actual
fun
setFloat
(
key
:
String
,
value
:
Float
)
:
MutableDocument
(
source
)
expect
fun
setFloat
(
key
:
String
,
value
:
Float
)
:
MutableDocument
(
source
)
Set a float value for the given key
Return
this MutableDocument instance
Parameters
key
the key.
value
the float value.
actual
fun
setFloat
(
key
:
String
,
value
:
Float
)
:
MutableDocument
(
source
)
actual
fun
setFloat
(
key
:
String
,
value
:
Float
)
:
MutableDocument
(
source
)