max¶
Overview¶
Returns the highest value of the given arguments.
1 |
|
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 |
|