FloatValue

data class FloatValue(val value: Float) : ParamValue

Constructors

Link copied to clipboard
constructor(value: Float)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toDataItem(): DataItem