ScientificConstants[AddProperty] - 元素または同位体に関する特性の追加
使い方
AddProperty( name, 'isotopic' )
パラメータ
name - 記号
'isotopic' - (オプション) その特性が同位体の特性であることの指定
|
説明
|
|
•
|
AddProperty( name ) コマンドは、元素と共に使用される name という名前の特性を、ScientificConstants パッケージに追加します。
|
•
|
AddProperty( name, 'isotopic' ) コマンドは、同位体と共に使用される name という名前の特性を、ScientificConstants パッケージに追加します。
|
|
|
例
|
|
>
|
with(ScientificConstants):
AddProperty( atomicradius );
GetProperties();
|
| (2.1) |
>
|
AddProperty( neutronnumber, isotopic );
GetProperties( 'isotopic' );
|
| (2.2) |
|
|
Download Help Document
Was this information helpful?