Versions Compared

Key

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

Overview

Returns the lowest value of the given arguments.

Arguments

node-setnodes

Nodes to evaluate

Return Value

Lowest The lowest value of nodes.

Remarks

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

Examples

Code Block
min(List/Values) -> 1

...