Class DoubleRange


  • public class DoubleRange
    extends Object
    Represents a contiguous range of double values, with an inclusive minimum and exclusive maximum
    • Field Detail

      • min

        public double min
        The inclusive minimum value of this range
      • max

        public double max
        The exclusive maximum value of this range
    • Constructor Detail

      • DoubleRange

        public DoubleRange​(double min,
                           double max)
        Creates a new double range, running from min inclusive to max exclusive