public static DoubleBinding multiply (double op1, ObservableNumberValue op2)

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

Parameters:
op1     the constant value
op2     the ObservableNumberValue

Returns:  the new DoubleBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null