DoubleElement

class DoubleElement(key: String, value: Double?, min: Double, max: Double) : ConfigElement<Double>

Properties

key
Link copied to clipboard
open override val key: String
max
Link copied to clipboard
val max: Double
min
Link copied to clipboard
val min: Double
value
Link copied to clipboard
open override var value: Double?