Class DoubleBucket

    • Constructor Detail

      • DoubleBucket

        public DoubleBucket​(double from,
                            double to)
        Constructs a new instance of this class.
        Parameters:
        from - The from-value to assign to this.
        to - The to-value to assign to this.
      • DoubleBucket

        public DoubleBucket​(ConstantValue<?> from,
                            ConstantValue<?> to)
        Constructs a new instance of this class.
        Parameters:
        from - The from-value to assign to this.
        to - The to-value to assign to this.