コード例 #1
0
 public EUHICP(bool interpolated, ZeroInflationTermStructureHandle h) : this(NQuantLibcPINVOKE.new_EUHICP__SWIG_0(interpolated, ZeroInflationTermStructureHandle.getCPtr(h)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: UKRPI.cs プロジェクト: minikie/test
 public UKRPI(bool interpolated, ZeroInflationTermStructureHandle h) : this(NQuantLibcPINVOKE.new_UKRPI__SWIG_0(interpolated, ZeroInflationTermStructureHandle.getCPtr(h)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ZeroInflationTermStructureHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #4
0
 public ZeroInflationIndex(string familyName, Region region, bool revised, bool interpolated, Frequency frequency, Period availabilityLag, Currency currency, ZeroInflationTermStructureHandle h) : this(NQuantLibcPINVOKE.new_ZeroInflationIndex__SWIG_0(familyName, Region.getCPtr(region), revised, interpolated, (int)frequency, Period.getCPtr(availabilityLag), Currency.getCPtr(currency), ZeroInflationTermStructureHandle.getCPtr(h)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #5
0
ファイル: ZeroInflationIndex.cs プロジェクト: minikie/test
 public ZeroInflationIndex(string familyName, Region region, bool revised, bool interpolated, Frequency frequency, Period availabilityLag, Currency currency, ZeroInflationTermStructureHandle h) : this(NQuantLibcPINVOKE.new_ZeroInflationIndex__SWIG_0(familyName, Region.getCPtr(region), revised, interpolated, (int)frequency, Period.getCPtr(availabilityLag), Currency.getCPtr(currency), ZeroInflationTermStructureHandle.getCPtr(h)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ZeroInflationTermStructureHandle obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }