"ComputedQuantity" (インタープリタタイプ)
計算から導き出される数量.
詳細
- "ComputedQuantity"は,Interpreter,および配備されたスマートフォームのフィールドを含む関連の構造で使うことができる.
- "ComputedQuantity"を使用するには,Wolfram Cloudに接続する必要がある.
使用可能な形式
- "Quantity"でサポートされる任意の自然言語数量,あるいはこれを返す計算.
制約条件の指定
-
Restricted["ComputedQuantity",{{choices1,…}}] choices の中の1つ Restricted["ComputedQuantity",unit] unit に変換する Restricted["ComputedQuantity",quantityvariable] quantityvariable の物理量と整合性のある単位に制約する Restricted["ComputedQuantity",unit,max] Quantity[max,unit]より小さい数量 Restricted["ComputedQuantity",unit,{min,max}] Quantity[min,unit]とQuantity[max,unit]の間の数量 Restricted["ComputedQuantity",unit,{min,max,s}] Quantity[min,unit]とQuantity[max,unit]の間の刻み幅 s の数量 Restricted["ComputedQuantity",quantityvariable,max] quantityvariable の正準単位 unit でのQuantity[max,unit]より小さい数量 - 境界 min と max,および刻み幅 s も数量として表すことができる.