getFloat

expect fun getFloat(index: Int): Float(source)

The result at the given index interpreted as a float. Returns 0.0F if the value cannot be so interpreted.

Return

a float value.

Parameters

index

the index of the required value.


expect fun getFloat(key: String): Float(source)

The result value for the given key as a float Returns 0.0F if the key doesn't exist or if the value is not a float

Return

The float value.

Parameters

key

The select result key.

actual fun getFloat(index: Int): Float(source)
actual fun getFloat(key: String): Float(source)
actual fun getFloat(index: Int): Float(source)
actual fun getFloat(key: String): Float(source)