ScientificConstants[GetUnit] - ScientificConstants オブジェクトに関する単位オブジェクトを返す
使い方
GetUnit( sc_obj )
パラメータ
sc_obj - ScientificConstants オブジェクト
|
説明
|
|
•
|
ScientificConstants オブジェクト、つまり Constant() または Element() オブジェクトを与えると、GetUnit( sc_obj ) コマンドは、適切な単位系におけるそのオブジェクトの単位オブジェクトを返します。単位系に関する詳細な情報については、単位系 を参照して下さい。単位オブジェクトに関する詳細な情報については、Units[Unit] を参照して下さい。
|
•
|
ScientificConstants オブジェクトが指定された座標系を持たない場合、評価には現在の単位系が使用されます。
|
•
|
'system' オプションを用いることで、ScientificConstants オブジェクトが指定された座標系を持つ場合、評価にはその座標系が使用されます。
|
|
|
例
|
|
>
|
with(ScientificConstants):
Constant( c );
|
| (2.1) |
| (2.2) |
| (2.3) |
>
|
Constant( c, system=CGS );
|
| (2.4) |
| (2.5) |
>
|
Element( Na, atomicweight );
|
| (2.6) |
| (2.7) |
>
|
Element( Na, atomicweight, system=CGS );
|
| (2.8) |
| (2.9) |
|
|
Download Help Document
Was this information helpful?