- java.lang.Object
-
- org.quantlib.Rounding
-
- org.quantlib.UpRounding
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class UpRounding extends Rounding implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.Rounding
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description UpRounding(int precision)UpRounding(int precision, int digit)protectedUpRounding(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(UpRounding obj)protected static longswigRelease(UpRounding obj)-
Methods inherited from class org.quantlib.Rounding
getCPtr, getValue, swigRelease
-
-
-
-
Constructor Detail
-
UpRounding
protected UpRounding(long cPtr, boolean cMemoryOwn)
-
UpRounding
public UpRounding(int precision, int digit)
-
UpRounding
public UpRounding(int precision)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(UpRounding obj)
-
swigRelease
protected static long swigRelease(UpRounding obj)
-
-