DefaultPriceIndexFactorygetPriceIndex(Int32, Int32, Int32) Method
This method returns the price index for the given month offset from
year and month.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double getPriceIndex(
int year,
int month,
int monthOffset
)
Public Overridable Function getPriceIndex (
year As Integer,
month As Integer,
monthOffset As Integer
) As Double
- year Int32
- The year
- month Int32
- The month
- monthOffset Int32
- Months from the given month.
DoublePrice index for the given offset from year and month.
PriceIndexFactorygetPriceIndex(Int32, Int32, Int32)