From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/xpath/functions/sum/index.html | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 files/ko/web/xpath/functions/sum/index.html (limited to 'files/ko/web/xpath/functions/sum') diff --git a/files/ko/web/xpath/functions/sum/index.html b/files/ko/web/xpath/functions/sum/index.html new file mode 100644 index 0000000000..b1b79e8ed4 --- /dev/null +++ b/files/ko/web/xpath/functions/sum/index.html @@ -0,0 +1,39 @@ +--- +title: sum +slug: Web/XPath/Functions/sum +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/sum +--- +

{{ XsltRef() }}

+ +


+ sum 함수는 인수로 준 노드 집합의 각 노드의 숫자값의 합을 반환합니다.

+ +

구문

+ +
sum(node-set )
+
+ +

인수

+ +
+
node-set
+
평가될 노드 집합. 이 노드 집합의 각 노드는 마치 number 함수에 넘겨준 것처럼 평가되고 결과 수의 합이 반환됩니다.
+
+ +

반환

+ +

숫자.

+ +

주의

+ +

(없음)

+ +

정의

+ +

XPath 1.0 4.3

+ +

Gecko 지원

+ +

지원함.

-- cgit v1.2.3-54-g00ecf