max¶ Overview¶ Returns the highest value of the given arguments. 1any max(nodes) Arguments¶ node-set nodes Nodes to evaluate. Return Value¶ The highest value of nodes. Remarks¶ This method tries to convert nodes to a number before the comparison. Examples¶ 1max(List/Values) -> 1 See Also¶