• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/actions.php
  • Класс: BitrixSaleDiscountActions
  • Вызов: Actions::roundZeroValue
static function roundZeroValue($value)
{
	return (abs($value) <= self::VALUE_EPS ? 0 : $value);
}