PriceIndexFactorygetPriceIndex(Int32, Int32) Method

This method returns the price index for the 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#
double getPriceIndex(
	int year,
	int month
)

Parameters

year  Int32
The year
month  Int32
The month

Return Value

Double
Price index for the given year and month.

See Also