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/lowest/index.html | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/ja/web/exslt/math/lowest/index.html (limited to 'files/ja/web/exslt/math/lowest') 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