Share via


CurrencyExchangeHelper::calculateAmount Method [AX 2012]

Calculates the amount by using the specified the amount and exchange rate.

Syntax

client server public static Amount calculateAmount(Amount _amountCur, ExchRate _exchRate)

Run On

Called

Parameters

Return Value

Type: Amount Extended Data Type
The amount based on the specified amountCur value and exchange rate.

Remarks

The result is not rounded.

See Also

Reference

CurrencyExchangeHelper Class