PHP FluidTYPO3\Vhs\ViewHelpers\Math Namespace

Classes

Name Description
AbstractMultipleMathViewHelper Base class: Math ViewHelpers operating on one number or an array of numbers.
AbstractSingleMathViewHelper Base class: Math ViewHelpers operating on one number or an array of numbers.
AverageViewHelper Math: Average
CeilViewHelper Math: Ceil
CubeViewHelper Math: Square
CubicRootViewHelper Math: CubicRoot
DivisionViewHelper Math: Division
FloorViewHelper Math: Floor
MaximumViewHelper Math: Maximum
MedianViewHelper Math: Median
MinimumViewHelper Math: Minimum
ModuloViewHelper Math: Modulo Perform modulo on $input. Returns the same type as $input, i.e. if given an array, will transform each member and return the result. Supports array and Iterator (in the following descriptions "array" means both these types):
PowerViewHelper Math: Power
ProductViewHelper ### Math: Product (multiplication)
RangeViewHelper Math: Range
RoundViewHelper Math: Round
SquareRootViewHelper Math: SquareRoot
SquareViewHelper Math: Square
SubtractViewHelper Math: Subtract
SumViewHelper Math: Sum