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/number/index.html | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/ko/web/xpath/functions/number/index.html (limited to 'files/ko/web/xpath/functions/number/index.html') diff --git a/files/ko/web/xpath/functions/number/index.html b/files/ko/web/xpath/functions/number/index.html new file mode 100644 index 0000000000..73e9e10d35 --- /dev/null +++ b/files/ko/web/xpath/functions/number/index.html @@ -0,0 +1,35 @@ +--- +title: number +slug: Web/XPath/Functions/number +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/number +--- +

{{ XsltRef() }}

+


+ number 함수는 개체를 숫자로 변환하고 그 숫자를 반환합니다.

+

구문

+
number( [object] )
+
+

인수

+
+
+ + object + (optional)
+
+ 숫자로 변환할 개체.
+
+

반환

+

개체를 변환한 뒤 결과 숫자.

+

주의

+ +

정의

+

XPath 1.0 4.4

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf