"CurrencyAmount" (解释器类型)
货币数额的的自然语言名称.
更多信息
- "CurrencyAmount" 可用于 Interpreter 和相关的结构,包括部署的智能格式字段.
- 使用 "CurrencyAmount" 时需要与 Wolfram Cloud 连接.
允许格式
- "SemanticNumber" 允许的所有自然语言数字都支持数量大小.
- "CurrencyName" 允许的所有自然语言单都支持数量单位.
限制规范
-
Restricted["CurrencyAmount",{{choices1,…}}] 在 choices 中 Restricted["CurrencyAmount",unit] 转换为 unit Restricted["CurrencyAmount",unit,max] 小于 Quantity[max, unit]的货币数额 Restricted["CurrencyAmount",unit,{min,max}] 在 Quantity[min, unit]和 Quantity[max, unit]之间的货币数额 Restricted["CurrencyAmount",unit,{min,max,s}] 在 Quantity[min, unit]和 Quantity[max, unit]之间,且步长为 s 的货币数额 Restricted["CurrencyAmount",Automatic,Automatic,n] 大小精确度为 n 位的货币数额 - 界限 min 和 max 以及步长 s 也可以用量进行表示.
诠释
- "CurrencyAmount" 给出一个 Quantity 对象.