DefaultPriceIndexFactoryaddPriceIndex(Int32, Int32, Double) Method

Add a price index for a given year and month.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void addPriceIndex(
	int year,
	int month,
	double priceIndex
)

Parameters

year  Int32
The year.
month  Int32
The month.
priceIndex  Double
The price index value.

See Also