Skip to content

max

Overview

Returns the highest value of the given arguments.

1
any 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

1
max(List/Values) -> 1

See Also