Class DoubleBucket

All Implemented Interfaces:
Comparable<BucketValue>

public class DoubleBucket extends BucketValue
This class represents a Double bucket in a PredefinedFunction.
Author:
Simon Thoresen Hult
  • Constructor Details

    • 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.
  • Method Details