Share via


ExchangeRateHelper::calculateReciprocalExchangeRate Method [AX 2012]

Calculates the reciprocal exchange rate of a stored exchange rate.

Syntax

client server public static CurrencyExchangeRate calculateReciprocalExchangeRate(CurrencyExchangeRate _exchangeRate)

Run On

Called

Parameters

Return Value

Type: CurrencyExchangeRate Extended Data Type
The reciprocal exchange rate of a stored exchange rate.

Remarks

The exchange rate that is passed to this method should be in the same form as an exchange rate that is stored in the database. The exchange rate that is returned will be in the same form and could be stored in the database.

See Also

Reference

ExchangeRateHelper Class