Element Weight : none isotopic mass

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

Syntax

C#
public static double GetAtomWeight(
	byte atomNumber
)
Visual Basic (Declaration)
Public Shared Function GetAtomWeight ( _
	atomNumber As Byte _
) As Double
Visual C++
public:
static double GetAtomWeight(
	unsigned char atomNumber
)

Parameters

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

Return Value

Returns Atom Weight

See Also