Share via


CurrencyExchangeHelper.calculateCurrencyToCurrency Method [AX 2012]

Calculates the amount between the original currency and the resulting currency.

Syntax

public AmountMST calculateCurrencyToCurrency(
    CurrencyCode _fromCurrency, 
    CurrencyCode _toCurrency, 
    AmountCur _fromAmount, 
    boolean _roundResult)

Run On

Called

Parameters

  • _roundResult
    Type: boolean
    A Boolean value that specifies whether the result should be rounded.

Return Value

Type: AmountMST Extended Data Type
A resulting currency amount that has been calculated from the original currency amount.

See Also

Reference

CurrencyExchangeHelper Class