public class InterpolatingLongDoubleSampler extends Object implements LongToDoubleFunction
| Constructor and Description |
|---|
InterpolatingLongDoubleSampler(DoubleUnaryOperator icdSource,
int resolution,
boolean hash) |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(long value) |
public InterpolatingLongDoubleSampler(DoubleUnaryOperator icdSource, int resolution, boolean hash)
public double applyAsDouble(long value)
applyAsDouble in interface LongToDoubleFunctionCopyright © 2018. All rights reserved.