ScientificConstants[HasProperty] - 記号が ScientificConstants パッケージ内に存在する特性かどうかの調査
使い方
HasProperty( descriptor )
パラメータ
descriptor - 記号
|
説明
|
|
•
|
descriptor が ScientificConstants パッケージ内にある元素または同位体の特性の名前であるならば、HasProperty( descriptor ) コマンドは true を返します。そうでなければ false を返します。
|
|
|
例
|
|
>
|
with(ScientificConstants):
HasProperty( atomicweight );
|
| (2.1) |
>
|
HasProperty( atomicmass );
|
| (2.2) |
|
|
Download Help Document
Was this information helpful?