DirtyDoubleProperty

constructor()

Unitialized constructor with no "bean" information


constructor(initialValue: Double)

Constructor without any "bean" information, but with an initial value

Parameters

initialValue

The initial value contained in the property


constructor(bean: Any?, name: String, initialValue: Double? = null)

Parameters

bean

The object to which this property is related

name

The name of the property

initialValue

The initial value contained in the property