PerpetualPreferredCalculatorgetTotalCashFlow Method
 Get the principal and interest to be paid for a particular cashflow,
 as specified by cashFlowIndex.
 
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public override double getTotalCashFlow(
	int cashFlowIndex
)
Public Overrides Function getTotalCashFlow ( 
	cashFlowIndex As Integer
) As Double
- cashFlowIndex  Int32
 - 
 The cashflow index.  cashFlowIndex is zero based and must be a number
 from 0 to getCashFlowCount() - 1.
 
 
DoubleThe principal + interest to be paid for the specified cashflow.
CalculatorgetTotalCashFlow(Int32)