Exemplo n.º 1
0
        public static DayCounter Actual365NoLeap()
        {
            DayCounter ret = new DayCounter(NQuantLibcPINVOKE.Actual365NoLeap(), true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }