getDouble

expect fun getDouble(index: Int): Double(source)

Gets value at the given index 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

index

the index. This value must not exceed the bounds of the array.

actual fun getDouble(index: Int): Double(source)
actual fun getDouble(index: Int): Double(source)