purpose | treating each input title as a number, take the maximum of its value and the numeric value of the operand |
---|---|
input | a selection of titles |
parameter | N = a number |
output | the input as numbers, with any that are less than N being replaced by N |
New in: 5.1.20 See Mathematics Operators for an overview.
See also the min Operator, and compare with the maxall Operator and the minall Operator.