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