DoubleValue

class DoubleValue(val doubleValue: Double) : Value

Represents a double value of an input response.

Parameters

doubleValue

The double value of the response.

Constructors

Link copied to clipboard
constructor(doubleValue: Double)

Properties

Link copied to clipboard
val doubleValue: Double
Link copied to clipboard