Loot over all Atom to see if at least one Atom has no Bond

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

Syntax

C#
public bool ContainsUnconnectedAtom()
Visual Basic (Declaration)
Public Function ContainsUnconnectedAtom As Boolean
Visual C++
public:
bool ContainsUnconnectedAtom()

Return Value

True if at least one Atom has no bond, false otherwise

See Also