Element Type

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

Syntax

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

Parameters

atomNumber
Type: System..::.Byte
Atomic Number in [0..elementNumber]

Return Value

Returns Atom Type

See Also