PriceIndexFactorygetPriceIndex(FISADate, Int32) Method
This method returns the price index for the given month offset from
the given date.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
double getPriceIndex(
FISADate date,
int monthOffset
)
Function getPriceIndex (
date As FISADate,
monthOffset As Integer
) As Double
- date FISADate
- A date
- monthOffset Int32
- Months from the given month.
DoublePrice index for the given offset from the given date.