Returns total number of hygrogens: [Attached + missing] hygrogens

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

Syntax

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

See Also