Searched refs:nPrincipalAmount (Results 1 – 1 of 1) sorted by relevance
2487 FX_FLOAT nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in IPmt() local2492 if ((nPrincipalAmount <= 0) || (nRate <= 0) || (nPayment <= 0) || in IPmt()2500 (FXSYS_log10((FX_FLOAT)(nPayment / nPrincipalAmount)) - in IPmt()2501 FXSYS_log10((FX_FLOAT)(nPayment / nPrincipalAmount - nRateOfMonth))) / in IPmt()2505 if (nPayment < nPrincipalAmount * nRateOfMonth) { in IPmt()2512 nPrincipalAmount -= nPayment - nPrincipalAmount * nRateOfMonth; in IPmt()2516 nSum += nPrincipalAmount * nRateOfMonth; in IPmt()2517 nPrincipalAmount -= nPayment - nPrincipalAmount * nRateOfMonth; in IPmt()2622 FX_FLOAT nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in PPmt() local2627 if ((nPrincipalAmount <= 0) || (nRate <= 0) || (nPayment <= 0) || in PPmt()[all …]