Searched refs:fCellValue (Results 1 – 1 of 1) sorted by relevance
779 double fCellValue; in ScMIRR() local783 sal_Bool bLoop = aValIter.GetFirst( fCellValue, nIterError ); in ScMIRR()786 if( fCellValue > 0.0 ) // reinvestments in ScMIRR()787 fNPV_reinvest += fCellValue * fPow_reinvest; in ScMIRR()788 else if( fCellValue < 0.0 ) // investments in ScMIRR()789 fNPV_invest += fCellValue * fPow_invest; in ScMIRR()794 bLoop = aValIter.GetNext( fCellValue, nIterError ); in ScMIRR()
Completed in 52 milliseconds