Index Of Atom in fragment

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

Syntax

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

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
Atom object

Return Value

Atom position in fragment, -1 if Atom mot found

See Also