Searched refs:nNumberOfMonths (Results 1 – 1 of 1) sorted by relevance
2374 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in IPmt() local2376 (nFirstMonth < 0) || (nNumberOfMonths < 0)) { in IPmt()2386 int32_t iEnd = std::min((int32_t)(nFirstMonth + nNumberOfMonths - 1), iNums); in IPmt()2509 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in PPmt() local2511 (nFirstMonth < 0) || (nNumberOfMonths < 0)) { in PPmt()2521 int32_t iEnd = std::min((int32_t)(nFirstMonth + nNumberOfMonths - 1), iNums); in PPmt()