core/com.tealium.prism.core.api.data/DataList/getDouble getDouble fun getDouble(index: Int): Double?Gets the Double entry at the given index if it exists and the value is a Double, or a Number that can be coerced to an Double.ReturnThe Double stored at the given index; else nullParametersindexThe index in the list to retrieve