nextSumColumn: + IRRDelta to requiredValue
This commit is contained in:
parent
49e481a60f
commit
126dd07653
@ -84,7 +84,7 @@ public static partial class CalculateManager
|
|||||||
|
|
||||||
var nextSumColumn = new SumColumnVT1(preparedValues.Nmper.Next + 1, nextDateTempColumn,
|
var nextSumColumn = new SumColumnVT1(preparedValues.Nmper.Next + 1, nextDateTempColumn,
|
||||||
preparedValues, nextValues, currentTablePayments, nextTablePayments);
|
preparedValues, nextValues, currentTablePayments, nextTablePayments);
|
||||||
nextSumColumn.ComputeValues((decimal) currentSumColumn.IRR);
|
nextSumColumn.ComputeValues((decimal) currentSumColumn.IRR + preparedValues.IRRDelta);
|
||||||
nextSumColumn.PostCheck();
|
nextSumColumn.PostCheck();
|
||||||
nextSumColumn.RoundValues();
|
nextSumColumn.RoundValues();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user