SimpleOptionalDoubleProperty

open class SimpleOptionalDoubleProperty(initialValue: Double?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Double?> , OptionalDoubleProperty

Boilerplate which avoids having to use generics.

Similar to SimpleDoubleProperty, but the value can also be null.

Constructors

Link copied to clipboard
constructor(initialValue: Double?, bean: Any? = null, beanName: String? = null)