getDouble

expect fun getDouble(key: String): Double(source)

Gets a property's value as a double. Integers will be converted to double. The value true is returned as 1.0, false as 0.0. Returns 0.0 if the property doesn't exist or does not have a numeric value.

Return

the double value.

Parameters

key

the key

actual fun getDouble(key: String): Double(source)
actual fun getDouble(key: String): Double(source)