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,
	byte bondOrder
)
Visual Basic (Declaration)
Public Sub New ( _
	atom1 As Atom, _
	atom2 As Atom, _
	bondOrder As Byte _
)
Visual C++
public:
Bond(
	Atom^ atom1, 
	Atom^ atom2, 
	unsigned char bondOrder
)

Parameters

atom1
Type: Hyleos.Chemistry..::.Atom
First Atom
atom2
Type: Hyleos.Chemistry..::.Atom
Second Atom
bondOrder
Type: System..::.Byte
Bond Order : 0 = none, 1 = single, 2 = double, 3 = triple, 4 = aromatic

See Also