Searched refs:nNumberOfMonths (Results 1 – 1 of 1) sorted by relevance
2655 FX_FLOAT nNumberOfMonths = 0; in IPmt() local2671 nNumberOfMonths = HValueToFloat(hThis, argFive); in IPmt()2673 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in IPmt()2684 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in IPmt()2822 FX_FLOAT nNumberOfMonths = 0; in PPmt() local2838 nNumberOfMonths = HValueToFloat(hThis, argFive); in PPmt()2840 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in PPmt()2844 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in PPmt()