public static DoubleBinding subtract (double op1, ObservableNumberValue op2)

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

Parameters:
op1     the constant value
op2     the ObservableNumberValue

Returns:  the new DoubleBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null