core/com.tealium.prism.core.api.data/DataItem/getDouble getDouble fun getDouble(): Double?Returns the contained value as an Double if the contained value is a Double, or a Number that can be coerced to an Double.Returnvalue as a Double; else converted to an Double if possible; else null