Maplets[Examples][Question] - 質問を示す maplet の表示
使い方
Question(msg, opts)
パラメータ
msg - 文字列または記号
opts - title=value の形の等式; maplet のためのオプション指定
|
説明
|
|
•
|
Question(msg) コマンドは、ユーザに2つ(yes または no)の質問を問いかける maplet を表示します。ユーザは Yes または No をクリックします。それぞれに対応して、true または false の値が返されます。
|
•
|
opts 引数は、maplet のオプションを設定する、1つまたは複数の以下の等式を含みます。
|
|
title = string または symbol
|
|
maplet のタイトルの指定。デフォルトのタイトルは、Question です。
|
|
|
例
|
|
>
|
with(Maplets[Examples]):
Question("Is x positive?");
|
|
|
Download Help Document
Was this information helpful?