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

{{ XsltRef() }}

+ +

ceiling 関数は小数を評価し、その小数以上の最も小さい整数を返します。

+ +

{{ 英語版章題("Syntax") }}

+ +

構文

+ +
ceiling(number )
+
+ +

{{ 英語版章題("Arguments") }}

+ +

引数

+ +
+
number
+
評価する数値。
+
+ +

{{ 英語版章題("Returns") }}

+ +

戻り値

+ +

number 以上の最も近い整数。

+ +

例:

+ +

    ceiling (5.2) = 6

+ +

    ceiling (-5.2) = -5

+ +

{{ 英語版章題("Defined") }}

+ +

定義

+ +

XPath 1.0 4.4

+ +

{{ 英語版章題("Gecko Support") }}

+ +

Gecko でのサポート

+ +

サポート済み。

+ +
{{ languages( { "en": "en/XPath/Functions/ceiling", "fr": "fr/XPath/Fonctions/ceiling", "pl": "pl/XPath/Funkcje/ceiling" } ) }}
-- cgit v1.2.3-54-g00ecf