FluidTYPO3\Vhs\ViewHelpers\Math\AbstractMultipleMathViewHelper::render PHP Method

render() public method

public render ( ) : mixed
return mixed
    public function render()
    {
        $a = $this->getInlineArgument();
        $b = $this->arguments['b'];
        return $this->calculate($a, $b);
    }
AbstractMultipleMathViewHelper