"Quantity" (解释器类型)
自然语言中有单位的量.
更多信息
- "Quantity" 可用于 Interpreter 和相关的结构,包括部署的智能格式字段.
- 使用 "Quantity" 时需要与 Wolfram Cloud 连接.
允许格式
- 全部由 "SemanticNumber"支持的自然语言数字都可用于量值大小.
- 单位规范范例包括:
-
one dime 自言语言单位 8.9 hours per day/person 复合单位 30 °C 单位缩写和符号 10 miles 后缀单位 $99.99 前缀单位
限制规范
-
Restricted["Quantity",{{choices1,…}}] 在 choices 中 Restricted["Quantity",unit] 转换为 unit Restricted["Quantity",quantityvariable] 仅限可与 quantityvariable 中物理量转换的单位 Restricted["Quantity",unit,max] 小于 Quantity[max, unit]的量 Restricted["Quantity",unit,{min,max}] 在 Quantity[min, unit]和 Quantity[max, unit]之间的量 Restricted["Quantity",unit,{min,max,s}] 在 Quantity[min, unit]和 Quantity[max, unit]之间,且步长为 s 的量 Restricted["Quantity",quantityvariable,max] 小于 Quantity[max, unit],有 quantityvariable 规范单位 unit 的量 Restricted["Quantity",Automatic,Automatic,n] 精确度大小为 n 位的量 - 界限 min 和 max 和步长 s 也可用量进行表示.
- Interpreter[quantityvariable] 等于 Interpreter["Quantity",quantityvariable].
诠释
- "Quantity" 给出一个 Quantity 对象.