Package io.virtdata.continuous.common
Class InterpolatingIntDoubleSampler
- java.lang.Object
-
- io.virtdata.continuous.common.InterpolatingIntDoubleSampler
-
- All Implemented Interfaces:
java.util.function.IntToDoubleFunction
public class InterpolatingIntDoubleSampler extends java.lang.Object implements java.util.function.IntToDoubleFunction
-
-
Constructor Summary
Constructors Constructor Description InterpolatingIntDoubleSampler(java.util.function.DoubleUnaryOperator icdSource, int resolution, boolean hash, boolean clamp, double clampMax)
-
Method Summary
Modifier and Type Method Description doubleapplyAsDouble(int input)
-