DoubleValue

data class DoubleValue(val value: Double) : TypedData

Represents a double value in the agent state.

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard

The double value.