InflationIndexedCalculatorgetAdjustedPrice Method

Get a price adjusted by the indexRatio.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public double getAdjustedPrice(
	double price
)

Parameters

price  Double
A price to adjust.

Return Value

Double
A price adjusted by the indexRatio.

See Also