• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/pricemaths.php
  • Класс: BitrixSalePriceMaths
  • Вызов: PriceMaths::roundByFormatCurrency
static function roundByFormatCurrency($price, $currency)
{
	return (float)SaleFormatCurrency($price, $currency, false, true);
}