aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/sum/index.html
blob: 1b67dffa73ac375cb23dcabb789b660658472289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: sum
slug: Web/XPath/Functions/sum
tags:
  - XSLT
  - XSLT_Reference
translation_of: Web/XPath/Functions/sum
---
<p>{{ XsltRef() }}</p>

<p><code>sum</code> 関数は、与えられたノード集合内のそれぞれのノードの数値としての値を合計した数値を返します。</p>

<h3 id="Syntax">構文</h3>

<pre class="eval">sum(<em>node-set</em> )
</pre>

<h3 id="Arguments">引数</h3>

<dl>
 <dt><em><code>node-set</code></em></dt>
 <dd>評価されるノード集合。 このノード集合内のそれぞれのノードが <a href="/ja/XPath/Functions/number">number()</a> 関数に渡されたかのように評価され、その結果として得られた数値の合計が返される。</dd>
</dl>

<h3 id="Returns">返値</h3>

<p>数値。</p>

<h3 id="Notes"></h3>

<p><em>(なし)</em></p>

<h3 id="Defined">定義</h3>

<p><a href="https://www.w3.org/TR/xpath#function-sum">XPath 1.0 4.3</a></p>

<h3 id="Gecko_support">Gecko での対応</h3>

<p>対応済み。</p>