public static NumberBinding negate (ObservableNumberValue value)

Creates a new javafx.beans.binding.NumberBinding that calculates the negation of a javafx.beans.value.ObservableNumberValue.

Parameters:
value     the operand

Returns:  the new NumberBinding

Exceptions:
NullPointerException     if the value is null