public static NumberBinding subtract (long op1, ObservableNumberValue op2)

Creates a new javafx.beans.binding.NumberBinding that calculates the difference of a constant value and the value of a javafx.beans.value.ObservableNumberValue.

Parameters:
op1     the ObservableNumberValue
op2     the constant value

Returns:  the new NumberBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null