setFloat

expect fun setFloat(key: String, value: Float): MutableDictionary(source)

Set a float value for the given key.

Return

The self object.

Parameters

key

The key

value

The float value.

actual fun setFloat(key: String, value: Float): MutableDictionary(source)
actual fun setFloat(key: String, value: Float): MutableDictionary(source)