getDouble

open override fun getDouble(key: Int): Double

Provides parsed Double value if the entry for given key exists with DataType.DOUBLE type

Return

value associated with the requested key

Parameters

key

key to lookup Double value for

Throws

if the key doesn't exist

if the data type doesn't match