ScientificConstants[GetProperty] - 元素または同位体の特性の定義を返す
使い方
GetProperty( name )
パラメータ
name - 記号; 特性の名前
|
説明
|
|
•
|
name が特性の名前である場合、GetProperty( name ) コマンドは、ScientificConstants パッケージ内にある特性を返します。それ以外の場合では、エラーが返されます。
|
•
|
返される式列は、特性の名前と、'isotopic' = true または false という形の等式から構成されます。
|
•
|
'isotopic' = false ならば、その特性は元素の特性を表します。'isotopic' = true ならば、その特性は同位体の特性を表します。
|
|
|
例
|
|
>
|
with(ScientificConstants):
GetProperty( atomicweight );
|
| (2.1) |
>
|
GetProperty( atomicmass );
|
| (2.2) |
|
|
Download Help Document
Was this information helpful?