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