Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/DataObject/Companion/fromMapOfDoubles

fromMapOfDoubles

@JvmStatic
fun fromMapOfDoubles(map: Map<String, Double?>): DataObject

Converts a Map with String keys and Double values into a DataObject

Double.NaN or Infinity values will be mapped to their toString counterpart

Parameters

map

The key-value data to put into the DataObject

Generated by Dokka
(c) Tealium 2026