PhysicalQuantityToNumberFn |
appearance as argument number 1 |
(documentation PhysicalQuantityToNumberFn ChineseLanguage "(PhysicalQuantityToNumberFn ?QLIST) 把 MeasuringResultList (?QLIST) 的(物理量)PhysicalQuantities 转换成另一个顺序相同的相关(数字串列) Number List。") | Weather.kif 1813-1815 | |
(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 1808-1810 | |
(domain PhysicalQuantityToNumberFn 1 MeasuringResultList) | Weather.kif 1817-1817 | The number 1 argument of physical quantity to number is an instance of measuring result list |
(instance PhysicalQuantityToNumberFn UnaryFunction) | Weather.kif 1818-1818 | Physical quantity to number is an instance of unary function |
(range PhysicalQuantityToNumberFn NumberList) | Weather.kif 1819-1819 | 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 1816-1816 | |
(format EnglishLanguage PhysicalQuantityToNumberFn "PhysicalQuantityToNumberFn returns the numberic values of a list of %1") | Weather.kif 1811-1812 | |
(termFormat ChineseLanguage PhysicalQuantityToNumberFn "物理量转数字") | domainEnglishFormat.kif 10417-10417 | |
(termFormat EnglishLanguage PhysicalQuantityToNumberFn "physical quantity to number") | domainEnglishFormat.kif 10416-10416 |
antecedent |
(=> (and (equal ?NLIST (PhysicalQuantityToNumberFn ?QLIST)) (equal ?QUANT (ListOrderFn ?QLIST ?N)) (equal ?NUM (ListOrderFn ?NLIST ?N))) (equal (MeasureFn ?NUM ?UNIT) ?QUANT)) |
Weather.kif 1821-1828 |
|
consequent |