Sum¶
Returns the sum of the numeric values of child elements on the current node, or at the specified XPath.
1 |
|
Returns the sum of the numeric values of child elements on the current node, or at the specified XPath.
1 |
|
Parameters¶
string xpath
XPath expression to evaluate. If not specified, the sum of the current node's immediate children is returned.
Returns¶
The sum of the numeric values. The sum of the numeric values.
Remarks¶
Evaluate with an XPath:¶
1 |
|
Evaluate with an XPath:¶
1 |
|