Ring constructor : Type is set as Ring

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

Syntax

C#
public Ring(
	int size
)
Visual Basic (Declaration)
Public Sub New ( _
	size As Integer _
)
Visual C++
public:
Ring(
	int size
)

Parameters

size
Type: System..::.Int32
Ring size (number of atoms)

See Also