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

calculateAction() protected method

protected calculateAction ( mixed $a, mixed $b ) : integer
$a mixed
$b mixed
return integer
    protected function calculateAction($a, $b)
    {
        return $a % $b;
    }
ModuloViewHelper