CashFlow(Double, Double, FISADate) Constructor
Default constructor that creates a CashFlow with the provided values.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public CashFlow(
double _interest,
double _principal,
FISADate _date
)
Public Sub New (
_interest As Double,
_principal As Double,
_date As FISADate
)
Parameters
- _interest Double
- The interest rate for this CashFlow.
- _principal Double
- The principal value for this CashFlow.
- _date FISADate
- The cash flow date for this CashFlow.