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

fromDoubleCollection

@JvmStatic
fun fromDoubleCollection(collection: Collection<Double?>): DataList

Converts a Collection with Double values into a DataList

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

Parameters

collection

The collection data to put into the DataList

Generated by Dokka
(c) Tealium 2026