Package io.virtdata.discrete.common
Class InterpolatingIntIntSampler
- java.lang.Object
-
- io.virtdata.discrete.common.InterpolatingIntIntSampler
-
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class InterpolatingIntIntSampler extends java.lang.Object implements java.util.function.IntUnaryOperator
-
-
Constructor Summary
Constructors Constructor Description InterpolatingIntIntSampler(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(int input)
-