Class NullIfCloseTo
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_other.NullIfCloseTo
- All Implemented Interfaces:
DoubleFunction<Double>
Returns null if the input value is within range of the specified value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullIfCloseTo
public NullIfCloseTo(double compareto, double sigma)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceDoubleFunction<Double>
-