- java.lang.Object
-
- org.quantlib.BackwardFlatInterpolation
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class BackwardFlatInterpolation extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedBackwardFlatInterpolation(long cPtr, boolean cMemoryOwn)BackwardFlatInterpolation(Array x, Array y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(BackwardFlatInterpolation obj)doublegetValue(double x)doublegetValue(double x, boolean allowExtrapolation)protected static longswigRelease(BackwardFlatInterpolation obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
BackwardFlatInterpolation
protected BackwardFlatInterpolation(long cPtr, boolean cMemoryOwn)
-
BackwardFlatInterpolation
public BackwardFlatInterpolation(Array x, Array y)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BackwardFlatInterpolation obj)
-
swigRelease
protected static long swigRelease(BackwardFlatInterpolation obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getValue
public double getValue(double x, boolean allowExtrapolation)
-
getValue
public double getValue(double x)
-
-