Find bond made of this and given atom

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

Syntax

C#
public Bond Bond(
	Atom atom
)
Visual Basic (Declaration)
Public Function Bond ( _
	atom As Atom _
) As Bond
Visual C++
public:
Bond^ Bond(
	Atom^ atom
)

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
Atom bonded to this

Return Value

Bond containing this and given Atom

See Also