public class LinearInterpolation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
LinearInterpolation(Array x,
Array y) |
protected |
LinearInterpolation(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(LinearInterpolation obj) |
double |
getValue(double x) |
double |
getValue(double x,
boolean allowExtrapolation) |
protected static long getCPtr(LinearInterpolation obj)
public void delete()
public double getValue(double x,
boolean allowExtrapolation)
public double getValue(double x)
Copyright © 2017. All rights reserved.