ChemistLib:该库包含一些属性和元素周期表元素的操作 源码

contract_22114 10 0 ZIP 2021-04-20 16:04:13

ChemistLib-C#.NET Framework> = 4.0 该库包含一些属性和元素周期表元素的操作 该库是的“心脏” 如何使用它,以及示例 // Get Element name by its Symbol String name = PeriodicTable . GetName ( " Hg " ); // Get Atomic Number of an element by its Symbol int atomic_number = PeriodicTable . GetAtomicNumber ( " He " ); // Get Atomic Weight by the Symbol float atomic_weight = PeriodicTable . GetAtomicWeight ( " Pd " ); // Get Molar Mass of CuSO4

用户评论
请输入评论内容
评分:
暂无评论