Creates a new javafx.beans.binding.NumberBinding
that calculates
the division of a constant value and the value of a
javafx.beans.value.ObservableNumberValue
.
op1
| the ObservableNumberValue | |
op2
| the constant value |
NumberBinding
NullPointerException
| if the ObservableNumberValue is null |
Diagram: Bindings