Atom Class constructor : Valence is initialise with 0 Default index is set to -1

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

Syntax

C#
public Atom(
	string element
)
Visual Basic (Declaration)
Public Sub New ( _
	element As String _
)
Visual C++
public:
Atom(
	String^ element
)

Parameters

element
Type: System..::.String
Atomic Element

See Also