Creates a new javafx.beans.binding.NumberBinding
that calculates
the sum of the values of two instances of
javafx.beans.value.ObservableNumberValue
.
op1
| the first operand | |
op2
| the second operand |
NumberBinding
NullPointerException
| if one of the operands is null |
Diagram: Bindings