Atom charge property

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

Syntax

C#
public short Charge { get; set; }
Visual Basic (Declaration)
Public Property Charge As Short
Visual C++
public:
property short Charge {
	short get ();
	void set (short value);
}

See Also