Class NullIfWithin

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_other.NullIfWithin
All Implemented Interfaces:
DoubleFunction<Double>

public class NullIfWithin extends Object implements DoubleFunction<Double>
Yields a null if the input value is within the specified range, inclusive.
  • Constructor Details

    • NullIfWithin

      public NullIfWithin(double min, double max)
  • Method Details