Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
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.

Return

value as a Double; else converted to an Double if possible; else null

Generated by Dokka
(c) Tealium 2026