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