public static NumberBinding multiply (int op1, ObservableNumberValue op2)

Creates a new javafx.beans.binding.NumberBinding 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 NumberBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null