Click or drag to resize

RingAllIn Method

Test if the ring contains all atoms in a collection

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool AllIn(
	Set<Atom> atoms
)

Parameters

atoms
Type: Scilligence.MolEngine.CommonSetAtom
The atom collection to be tested

Return Value

Type: Boolean
true if found one
See Also