public static BooleanBinding lessThan (ObservableNumberValue op1, float op2)

Creates a new javafx.beans.binding.BooleanBinding that holds true if the value of a javafx.beans.value.ObservableNumberValue is less than a constant value.

Parameters:
op1     the ObservableNumberValue
op2     the constant value

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null