FluidTYPO3\Vhs\ViewHelpers\Math\RoundViewHelper::calculateAction PHP Method

calculateAction() protected method

protected calculateAction ( mixed $a ) : integer
$a mixed
return integer
    protected function calculateAction($a)
    {
        return round($a, $this->arguments['decimals']);
    }