Maximum H 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 GetAtomMaxH(
	byte atomNumber
)
Visual Basic (Declaration)
Public Shared Function GetAtomMaxH ( _
	atomNumber As Byte _
) As Byte
Visual C++
public:
static unsigned char GetAtomMaxH(
	unsigned char atomNumber
)

Parameters

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

Return Value

Returns the maximum H number of the given Atomic Number

See Also