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

{{ XsltRef() }}

+


+ round 함수는 인수로 준 수에 가장 가까운 정수를 반환합니다.

+

구문

+
round(decimal )
+
+

인수

+
+
+ + decimal +
+
+ 정수 처리(round)될 10진수.
+
+

반환

+

인수 + + decimal + 보다 작거나 크거나 같은 가장 가까운 정수.

+

주의

+ +

정의

+

XPath 1.0 4.4

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf