示例#1
0
        public double correctYoYRate(Date d, double r, SWIGTYPE_p_InflationTermStructure iTS)
        {
            double ret = NQuantLibcPINVOKE.Seasonality_correctYoYRate(swigCPtr, Date.getCPtr(d), r, SWIGTYPE_p_InflationTermStructure.getCPtr(iTS));

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
        public bool isConsistent(SWIGTYPE_p_InflationTermStructure iTS)
        {
            bool ret = NQuantLibcPINVOKE.Seasonality_isConsistent(swigCPtr, SWIGTYPE_p_InflationTermStructure.getCPtr(iTS));

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
 public bool isConsistent(SWIGTYPE_p_InflationTermStructure iTS) {
   bool ret = NQuantLibcPINVOKE.Seasonality_isConsistent(swigCPtr, SWIGTYPE_p_InflationTermStructure.getCPtr(iTS));
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#4
0
 public double correctYoYRate(Date d, double r, SWIGTYPE_p_InflationTermStructure iTS) {
   double ret = NQuantLibcPINVOKE.Seasonality_correctYoYRate(swigCPtr, Date.getCPtr(d), r, SWIGTYPE_p_InflationTermStructure.getCPtr(iTS));
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_InflationTermStructure obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_InflationTermStructure obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }