public class Interpolate extends Object implements LongToDoubleFunction
| Constructor and Description |
|---|
Interpolate(double... value) |
Interpolate(int resolution,
double[] lut) |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(long input) |
public Interpolate(double... value)
public Interpolate(int resolution,
double[] lut)
public double applyAsDouble(long input)
applyAsDouble in interface LongToDoubleFunctionCopyright © 2018. All rights reserved.