DoubleValue

data class DoubleValue(val value: Double) : ParamValue

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toDataItem(): DataItem