Click or drag to resize
CCHIMERArAtomicWeight Method
Return the atomic weight of a particular element.

Available since Oasis montaj version: 6.4.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If the input string is not an element symbol (elements in the range 1-92, "H" to "U"), then returns a dummy (GS_R8DM).
Syntax
public static double rAtomicWeight(
	string str1
)

Parameters

str1
Type: SystemString
element name (case insensitive)

Return Value

Type: Double
The atomic weight of the given element.
See Also