See if value is outside two other values. @param x Value to check @param x1 Value at one end of interval. @param x2 Value at other end of interval. @return Return 0 if x is between x1 and x2, -1 if outside and closer to x1, 1 if outside and closer to x2.
(final double x, final double x1, final double x2)
source not stored for this graph (policy: none)