public static BooleanBinding greaterThanOrEqual (double op1, ObservableNumberValue op2)

Creates a new javafx.beans.binding.BooleanBinding that holds true if a constant value is greater than or equal to the value of a javafx.beans.value.ObservableNumberValue.

Parameters:
op1     the constant value
op2     the ObservableNumberValue

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null