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/exslt/math/highest/index.html | 38 ++++++++++++++++++++++++++++++ files/ja/web/exslt/math/index.html | 6 +++++ files/ja/web/exslt/math/lowest/index.html | 38 ++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 files/ja/web/exslt/math/highest/index.html create mode 100644 files/ja/web/exslt/math/index.html create mode 100644 files/ja/web/exslt/math/lowest/index.html (limited to 'files/ja/web/exslt/math') diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html new file mode 100644 index 0000000000..9db5221372 --- /dev/null +++ b/files/ja/web/exslt/math/highest/index.html @@ -0,0 +1,38 @@ +--- +title: highest +slug: Web/EXSLT/math/highest +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT/math/highest +--- +

+{{ XsltRef() }} +{{ Fx_minversion_header(3) }} +


+math:highest() 指定されたノードセットの最大値を持つノードを返却する。( math:max() を使用して計算した最大値). +

ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。 +

{{ Note() }} +

+

構文

+
math:highest(nodeSet)
+
+

引数

+
nodeSet +
最大値を持つノードが返されるノードセット +
+

戻り値

+

math:max()が返したノードのコピーからなる +結果ツリー・フラグメント +

+

定義

+

EXSLT - MATH:HIGHEST +

+

Gecko 対応

+

Gecko 1.9、および以降でサポート +


+

+
+
+{{ languages( { "en": "en/EXSLT/math/highest", "es": "es/EXSLT/math/highest", "fr": "fr/EXSLT/math/highest" } ) }} diff --git a/files/ja/web/exslt/math/index.html b/files/ja/web/exslt/math/index.html new file mode 100644 index 0000000000..fe412ed7d8 --- /dev/null +++ b/files/ja/web/exslt/math/index.html @@ -0,0 +1,6 @@ +--- +title: math +slug: Web/EXSLT/math +translation_of: Web/EXSLT/math +--- +

{{wiki.localize('System.API.page-generated-for-subpage')}}

diff --git a/files/ja/web/exslt/math/lowest/index.html b/files/ja/web/exslt/math/lowest/index.html new file mode 100644 index 0000000000..32ffbabff6 --- /dev/null +++ b/files/ja/web/exslt/math/lowest/index.html @@ -0,0 +1,38 @@ +--- +title: lowest +slug: Web/EXSLT/math/lowest +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT/math/lowest +--- +

+{{ XsltRef() }} +{{ Fx_minversion_header(3) }} +


+math:lowest() 指定されたノードセットの最小値を持つノードを返却する。( math:min() を使用して計算した最小値). +

ノードの文字列を数値に変換した場合、一つのノードが最小値を持つ。 +

{{ Note() }} +

+

構文

+
math:lowest(nodeSet)
+
+

引数

+
nodeSet +
最小値を持つノードが返されるノードセット +
+

戻り値

+

math:min()が返したノードのコピーからなる +結果ツリー・フラグメント +

+

定義

+

EXSLT - MATH:LOWEST +

+

Gecko 対応

+

Gecko 1.9、および以降でサポート +


+

+
+
+{{ languages( { "en": "en/EXSLT/math/lowest", "es": "es/EXSLT/math/lowest", "fr": "fr/EXSLT/math/lowest" } ) }} -- cgit v1.2.3-54-g00ecf