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

calculateAction() protected method

protected calculateAction ( mixed $a ) : integer
$a mixed
return integer
    protected function calculateAction($a)
    {
        return ceil($a);
    }
CeilViewHelper