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