optionalDoubleProperty

A Kotlin delegate to create an OptionalDoubleProperty (the implementation will be a SimpleOptionalDoubleProperty. Typical usage :

val fooProperty by optionalDoubleProperty( initialValue )
var foo by fooProperty