Returns number of implied bonds in all structure

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

Syntax

C#
public int CountBonds { get; }
Visual Basic (Declaration)
Public ReadOnly Property CountBonds As Integer
Visual C++
public:
property int CountBonds {
	int get ();
}

Return Value

Total number of bonds

See Also