DefaultPriceIndexFactoryaddPriceIndex(Int32, Int32, Double) Method
Add a price index for a given year and month.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public void addPriceIndex(
int year,
int month,
double priceIndex
)
Public Sub addPriceIndex (
year As Integer,
month As Integer,
priceIndex As Double
)
Parameters
- year Int32
- The year.
- month Int32
- The month.
- priceIndex Double
- The price index value.