Checks atom valency (Outer electron - Bond sum + Charge)

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

Syntax

C#
public static bool CheckAtomValency(
	Atom atom
)
Visual Basic (Declaration)
Public Shared Function CheckAtomValency ( _
	atom As Atom _
) As Boolean
Visual C++
public:
static bool CheckAtomValency(
	Atom^ atom
)

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
Atom to check

Return Value

True if valency is correct, false otherwise

See Also