Bond accessor

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

Syntax

C#
public Bond Bond(
	int index
)
Visual Basic (Declaration)
Public Function Bond ( _
	index As Integer _
) As Bond
Visual C++
public:
Bond^ Bond(
	int index
)

Parameters

index
Type: System..::.Int32
Bond index

Return Value

[Missing <returns> documentation for "M:Hyleos.Chemistry.Atom.Bond(System.Int32)"]

See Also