Searched refs:nAmount (Results 1 – 1 of 1) sorted by relevance
2443 FX_DOUBLE nAmount = ValueToDouble(pThis, argOne.get()); in FV() local2446 if ((nRate < 0) || (nPeriod <= 0) || (nAmount <= 0)) { in FV()2457 dResult = nAmount * (nTemp - 1) / nRate; in FV()2459 dResult = nAmount * nPeriod; in FV()2677 FX_DOUBLE nAmount = ValueToDouble(pThis, argOne.get()); in PV() local2680 if ((nAmount <= 0) || (nRate < 0) || (nPeriod <= 0)) { in PV()2690 args.GetReturnValue()->SetDouble(nAmount * ((1 - nTemp) / nRate)); in PV()