public class InterpolatingIntLongSampler extends Object implements IntToLongFunction
| Constructor and Description |
|---|
InterpolatingIntLongSampler(DoubleToIntFunction icdSource,
int resolution,
boolean hash) |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int input) |
public InterpolatingIntLongSampler(DoubleToIntFunction icdSource, int resolution, boolean hash)
public long applyAsLong(int input)
applyAsLong in interface IntToLongFunctionCopyright © 2018. All rights reserved.