Home
last modified time | relevance | path

Searched refs:fCellValue (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx777 double fCellValue; in ScMIRR() local
781 sal_Bool bLoop = aValIter.GetFirst( fCellValue, nIterError ); in ScMIRR()
784 if( fCellValue > 0.0 ) // reinvestments in ScMIRR()
785 fNPV_reinvest += fCellValue * fPow_reinvest; in ScMIRR()
786 else if( fCellValue < 0.0 ) // investments in ScMIRR()
787 fNPV_invest += fCellValue * fPow_invest; in ScMIRR()
792 bLoop = aValIter.GetNext( fCellValue, nIterError ); in ScMIRR()