예제 #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);
        }
예제 #2
0
파일: TimeBasket.cs 프로젝트: minikie/test
 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;
 }
예제 #3
0
파일: TimeBasket.cs 프로젝트: minikie/test
 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;
 }
예제 #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);
 }