RetailPricingEngineCurrency.roundAmount Method [AX 2012]

Given a numeric value, round it according to the channel's currency

Syntax

public real roundAmount(real _price)

Run On

Called

Parameters

  • _price
    Type: real
    Unrounded price amount

Return Value

Type: real
Rounded price amount

See Also

Reference

RetailPricingEngineCurrency Class