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

{{ XsltRef() }}

+


+ floor 함수는 10진수를 평가하고 10진수보다 크지 않는(작거나 같은) 가장 큰 정수를 반환합니다.

+

구문

+
floor(number )
+
+

인수

+
+
+ + + number +
+
+ 평가할 10진수.
+
+

반환

+

+ + number + 보다 크지 않는 가장 큰 정수.

+

정의

+

XPath 1.0 4.4

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf