Package

ViewHelpers

ViewHelper Documentation

v:math.minimum

Math: Minimum

Gets the lowest number in array $a or the lowest number of numbers $a and $b.

Arguments

a anySimpleType

First number for calculation

fail boolean

If TRUE, throws an Exception if argument "a" is not specified and no child content or inline argument is found. Usually okay to use a NULL value (as integer zero).

b anySimpleType

Second number or Iterator/Traversable/Array for calculation

ViewHelper Resources

Schema Resources