- java.lang.Object
-
- org.quantlib.Rounding
-
- org.quantlib.FloorTruncation
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FloorTruncation extends Rounding implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.Rounding
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description FloorTruncation(int precision)FloorTruncation(int precision, int digit)protectedFloorTruncation(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(FloorTruncation obj)protected static longswigRelease(FloorTruncation obj)-
Methods inherited from class org.quantlib.Rounding
getCPtr, getValue, swigRelease
-
-
-
-
Constructor Detail
-
FloorTruncation
protected FloorTruncation(long cPtr, boolean cMemoryOwn)
-
FloorTruncation
public FloorTruncation(int precision, int digit)
-
FloorTruncation
public FloorTruncation(int precision)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FloorTruncation obj)
-
swigRelease
protected static long swigRelease(FloorTruncation obj)
-
-