fun <R> proxypropDouble(receiver: Property<R>, getter: Property<R>.() -> Double, setter: Property<R>.(Double) -> R): DoubleProperty
Create a proxy double property backed by calculated data based on a specific property. The setter must return the new value for the backed property. The scope of the getter and setter will be the receiver property