Class constructor

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

Syntax

C#
public Bond(
	Atom atom1,
	Atom atom2
)
Visual Basic (Declaration)
Public Sub New ( _
	atom1 As Atom, _
	atom2 As Atom _
)
Visual C++
public:
Bond(
	Atom^ atom1, 
	Atom^ atom2
)

Parameters

atom1
Type: Hyleos.Chemistry..::.Atom
First Atom
atom2
Type: Hyleos.Chemistry..::.Atom
Second Atom

See Also