Inline

@Serializable
data class Inline(val datasets: Map<String, DoubleArray>) : DataSourceReference(source)

Self-contained: one or more named series embedded directly in the reference. Insertion order of datasets is preserved by the importer.

Constructors

Link copied to clipboard
constructor(datasets: Map<String, DoubleArray>)

Properties

Link copied to clipboard