public static NumberBinding add (ObservableNumberValue op1, ObservableNumberValue op2)

Creates a new javafx.beans.binding.NumberBinding that calculates the sum of the values of two instances of javafx.beans.value.ObservableNumberValue.

Parameters:
op1     the first operand
op2     the second operand

Returns:  the new NumberBinding

Exceptions:
NullPointerException     if one of the operands is null