Package io.virtdata.discrete.common
Class InterpolatingLongIntSampler
- java.lang.Object
-
- io.virtdata.discrete.common.InterpolatingLongIntSampler
-
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class InterpolatingLongIntSampler extends java.lang.Object implements java.util.function.LongToIntFunction
-
-
Constructor Summary
Constructors Constructor Description InterpolatingLongIntSampler(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash)
-
Method Summary
Modifier and Type Method Description intapplyAsInt(long value)
-