public class InterpolatingLongIntSampler extends Object implements LongToIntFunction
| Constructor and Description |
|---|
InterpolatingLongIntSampler(DoubleToIntFunction icdSource,
int resolution,
boolean hash) |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(long value) |
public InterpolatingLongIntSampler(DoubleToIntFunction icdSource, int resolution, boolean hash)
public int applyAsInt(long value)
applyAsInt in interface LongToIntFunctionCopyright © 2018. All rights reserved.