RepeatingElement

RepeatingElement[spec]

インタープリタ,API,あるいはフォームの指定で任意の繰返しが可能な要素を表す.

RepeatingElement[spec,max]

最高 max 回出現可能な要素を表す.

RepeatingElement[spec,{min,max}]

min 回から max 回の出現が可能な要素を表す.

RepeatingElement[spec,{n,{min,max}}]

最初にフォームに n 回出現する要素を表す.

RepeatingElement[spec,{{i,n},{min,max}}]

i が連続する値を取る要素を表す.

詳細

例題

すべて開くすべて閉じる

  (5)

RepeatingElementFormFunctionのコンテキストで使ってフィールドを繰り返すことができる:

RepeatingElementフィールドもプログラムを使って埋めることができる:

APIFunctionでは,RepeatingElementは特定のパラメータのすべてのインスタンスを使うように指定する:

RepeatingElementがないと,最後のインスタンスのみが使われる:

Interpreterはリストに縫い込まれるので,ここではRepeatingElementは必要ない:

次は,単一の整数を含むリストと整数リストの繰返しであるとみなされる:

RepeatingElementを使って要素数を制限することができる:

スコープ  (3)

第2引数を使って要素数を制限する:

第2引数を使って最初に表示するフィールド数を設定する:

第2引数を使ってフィールドのラベルを変更する:

特性と関係  (4)

RepeatingElementCompoundElementと組み合せて使って複雑な構造を解釈する:

これをAlternativesと組み合せて使って形が異なるデータを解釈する:

RepeatingElementDelimitedSequenceと混同してはならない.RepeatingElementは,デリミタで分割された単一文字列は許容しない:

デリミタで分割された要素にDelimitedSequenceを使う:

FormFunctionのコンテキストでCompoundElementと組み合せて使って,フィールドの表を生成する:

考えられる問題  (1)

RepeatingElementの第2引数をWebフォームあるいはAPIのコンテキスト中の指標とともに用いる場合は,"Interpreter"フィールドが指標に依存することはできない:

これは,"Interpreter"フィールドは遅延できないという事実による:

Wolfram Research (2015), RepeatingElement, Wolfram言語関数, https://reference.wolfram.com/language/ref/RepeatingElement.html.

テキスト

Wolfram Research (2015), RepeatingElement, Wolfram言語関数, https://reference.wolfram.com/language/ref/RepeatingElement.html.

CMS

Wolfram Language. 2015. "RepeatingElement." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RepeatingElement.html.

APA

Wolfram Language. (2015). RepeatingElement. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RepeatingElement.html

BibTeX

@misc{reference.wolfram_2024_repeatingelement, author="Wolfram Research", title="{RepeatingElement}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/RepeatingElement.html}", note=[Accessed: 23-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_repeatingelement, organization={Wolfram Research}, title={RepeatingElement}, year={2015}, url={https://reference.wolfram.com/language/ref/RepeatingElement.html}, note=[Accessed: 23-November-2024 ]}