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