Class DoubleBucket

  • All Implemented Interfaces:
    java.lang.Comparable<BucketValue>

    public class DoubleBucket
    extends BucketValue
    This class represents a Double bucket in a PredefinedFunction.
    Author:
    Simon Thoresen Hult
    • 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.