Element Number of the Element

Namespace:  Hyleos.Chemistry.Constants
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public static byte GetAtomicNumber(
	string atomType
)
Visual Basic (Declaration)
Public Shared Function GetAtomicNumber ( _
	atomType As String _
) As Byte
Visual C++
public:
static unsigned char GetAtomicNumber(
	String^ atomType
)

Parameters

atomType
Type: System..::.String
Atom Type in [Xx..Uun..R]

Return Value

Returns Atomic Number of the given Atom Type

See Also