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