• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/Dto/Caster/FloatCaster.php
  • Класс: BitrixMobileDtoCasterFloatCaster
  • Вызов: FloatCaster::castSingleValue
protected function castSingleValue($value)
{
	return (float)$value;
}