ScientificConstants[GetProperties] - 元素または同位体の全ての特性名のリスト表示
使い方
GetProperties( 'isotopic' )
パラメータ
'isotopic' - (オプション); 同位体の特性を返すかどうかの指定
|
説明
|
|
•
|
GetProperties() コマンドは、ScientificConstants パッケージ内にある元素の特性名からなる式列を返します。
|
•
|
GetProperties( 'isotopic' ) コマンドは、ScientificConstants パッケージ内にある同位体の特性名からなる式列を返します。
|
|
|
例
|
|
>
|
with(ScientificConstants):
GetProperties();
|
| (2.1) |
>
|
GetProperties( 'isotopic' );
|
| (2.2) |
|
|
Download Help Document
Was this information helpful?