Number Functions
.NET Framework 3.5
The XML Path Language (XPath) syntax supports Number functions that return strings or numbers and can be used with comparison operators in filter patterns.
| Returns the smallest integer that is not less than the argument. | |
| Returns the largest integer that is not greater than the argument. | |
| Converts the argument to a number. | |
| Returns an integer closest in value to the argument. | |
| Returns the sum of all nodes in the node-set. Each node is first converted to a number value before summing. |