Class RealIntDoubleSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.common.RealIntDoubleSampler
- All Implemented Interfaces:
java.util.function.IntToDoubleFunction
public class RealIntDoubleSampler
extends java.lang.Object
implements java.util.function.IntToDoubleFunction
-
Constructor Summary
Constructors Constructor Description RealIntDoubleSampler(java.util.function.DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMin, double clampMax, boolean finite) -
Method Summary
Modifier and Type Method Description doubleapplyAsDouble(int input)
-
Constructor Details
-
RealIntDoubleSampler
public RealIntDoubleSampler(java.util.function.DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMin, double clampMax, boolean finite)
-
-
Method Details
-
applyAsDouble
public double applyAsDouble(int input)- Specified by:
applyAsDoublein interfacejava.util.function.IntToDoubleFunction
-