Searched refs:nFirstMonth (Results 1 – 1 of 1) sorted by relevance
2654 FX_FLOAT nFirstMonth = 0; in IPmt() local2670 nFirstMonth = HValueToFloat(hThis, argFour); in IPmt()2673 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in IPmt()2684 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in IPmt()2695 for (i = 0; i < nFirstMonth - 1; ++i) { in IPmt()2821 FX_FLOAT nFirstMonth = 0; in PPmt() local2837 nFirstMonth = HValueToFloat(hThis, argFour); in PPmt()2840 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in PPmt()2844 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in PPmt()2860 for (i = 0; i < nFirstMonth - 1; ++i) { in PPmt()