public static BooleanBinding greaterThanOrEqual (ObservableNumberValue op1, ObservableNumberValue op2)

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

Parameters:
op1     the first operand
op2     the second operand

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if one of the operands is null