Class SimpleBoundedInterval

    • Constructor Detail

      • SimpleBoundedInterval

        public SimpleBoundedInterval​(double start,
                                     double extent)
      • SimpleBoundedInterval

        public SimpleBoundedInterval​(double start,
                                     double minimum,
                                     double maximum)
      • SimpleBoundedInterval

        public SimpleBoundedInterval​(double start,
                                     double extent,
                                     double minimum,
                                     double maximum)
      • SimpleBoundedInterval

        public SimpleBoundedInterval​(MutableInterval interval,
                                     double minimum,
                                     double maximum)