aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/functions/floor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xpath/functions/floor/index.html')
-rw-r--r--files/ko/web/xpath/functions/floor/index.html32
1 files changed, 32 insertions, 0 deletions
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
+---
+<p>{{ XsltRef() }}</p>
+<p><br>
+ <code>floor</code> 함수는 10진수를 평가하고 10진수보다 크지 않는(작거나 같은) 가장 큰 정수를 반환합니다.</p>
+<h3 id=".EA.B5.AC.EB.AC.B8" name=".EA.B5.AC.EB.AC.B8">구문</h3>
+<pre class="eval">floor(<i>number</i> )
+</pre>
+<h3 id=".EC.9D.B8.EC.88.98" name=".EC.9D.B8.EC.88.98">인수</h3>
+<dl>
+ <dt>
+ <code>
+ <i>
+ number</i>
+ </code></dt>
+ <dd>
+ 평가할 10진수.</dd>
+</dl>
+<h3 id=".EB.B0.98.ED.99.98" name=".EB.B0.98.ED.99.98">반환</h3>
+<p><code>
+ <i>
+ number</i>
+ </code>보다 크지 않는 가장 큰 정수.</p>
+<h3 id=".EC.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3>
+<p><a class="external" href="http://www.w3.org/TR/xpath#function-floor">XPath 1.0 4.4</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>