Class RealIntDoubleSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.common.RealIntDoubleSampler
- All Implemented Interfaces:
IntToDoubleFunction
-
Constructor Summary
ConstructorsConstructorDescriptionRealIntDoubleSampler(DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMin, double clampMax, boolean finite) -
Method Summary
-
Constructor Details
-
RealIntDoubleSampler
public RealIntDoubleSampler(DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMin, double clampMax, boolean finite)
-
-
Method Details
-
applyAsDouble
public double applyAsDouble(int input) - Specified by:
applyAsDoublein interfaceIntToDoubleFunction
-