public class InterpolatingIntDoubleSampler extends Object implements IntToDoubleFunction
| Constructor and Description |
|---|
InterpolatingIntDoubleSampler(DoubleUnaryOperator icdSource,
int resolution,
boolean hash) |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(int input) |
public InterpolatingIntDoubleSampler(DoubleUnaryOperator icdSource, int resolution, boolean hash)
public double applyAsDouble(int input)
applyAsDouble in interface IntToDoubleFunctionCopyright © 2018. All rights reserved.