PhysicalQuantityToNumberFn |
appearance as argument number 1 |
![]() |
(documentation PhysicalQuantityToNumberFn ChineseLanguage "(PhysicalQuantityToNumberFn ?QLIST) 把 MeasuringResultList (?QLIST) 的(物理量)PhysicalQuantities 转换成另一个顺序相同的相关(数字串列) Number List。") | Weather.kif 1812-1814 | |
(documentation PhysicalQuantityToNumberFn EnglishLanguage "(PhysicalQuantityToNumberFn ?QLIST) converts the PhysicalQuantities in a MeasuringResultList (?QLIST) to another list of corresponding Numbers in exactly the same order sequence.") | Weather.kif 1807-1809 | |
(domain PhysicalQuantityToNumberFn 1 MeasuringResultList) | Weather.kif 1816-1816 | The number 1 argument of physical quantity to number is an instance of measuring result list |
(instance PhysicalQuantityToNumberFn UnaryFunction) | Weather.kif 1817-1817 | Physical quantity to number is an instance of unary function |
(range PhysicalQuantityToNumberFn NumberList) | Weather.kif 1818-1818 | The range of physical quantity to number is an instance of number list |
appearance as argument number 2 |
![]() |
(format ChineseLanguage PhysicalQuantityToNumberFn "PhysicalQuantityToNumberFn 得出一个串列的数字值是 %1") | Weather.kif 1815-1815 | |
(format EnglishLanguage PhysicalQuantityToNumberFn "PhysicalQuantityToNumberFn returns the numberic values of a list of %1") | Weather.kif 1810-1811 | |
(termFormat ChineseLanguage PhysicalQuantityToNumberFn "物理量转数字") | domainEnglishFormat.kif 10416-10416 | |
(termFormat EnglishLanguage PhysicalQuantityToNumberFn "physical quantity to number") | domainEnglishFormat.kif 10415-10415 |
antecedent |
![]() |
(=> (and (equal ?NLIST (PhysicalQuantityToNumberFn ?QLIST)) (equal ?QUANT (ListOrderFn ?QLIST ?N)) (equal ?NUM (ListOrderFn ?NLIST ?N))) (equal (MeasureFn ?NUM ?UNIT) ?QUANT)) |
Weather.kif 1820-1827 |
|
consequent |
![]() |
![]() |
![]() |