Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Returns the highest value of the given arguments.

Code Block
languagejs
any max(nodes)

Arguments

node-setnodes

Nodes to evaluate.

Return Value

Highest The highest value of nodes.

Remarks

This method tries to convert nodes to a number before the comparison.

Examples

Code Block
max(List/Values) -> 1

...