Beispiel #1
0
        public TimeBasket rebin(DateVector arg0)
        {
            TimeBasket ret = new TimeBasket(NQuantLibcPINVOKE.TimeBasket_rebin(swigCPtr, DateVector.getCPtr(arg0)), true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #2
0
 public TimeBasket rebin(DateVector arg0) {
   TimeBasket ret = new TimeBasket(NQuantLibcPINVOKE.TimeBasket_rebin(swigCPtr, DateVector.getCPtr(arg0)), true);
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TimeBasket obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TimeBasket obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }