Returns the ring radius (Distance of each atom to the ring center)

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

Syntax

C#
public double Radius(
	double bondLength
)
Visual Basic (Declaration)
Public Function Radius ( _
	bondLength As Double _
) As Double
Visual C++
public:
double Radius(
	double bondLength
)

Parameters

bondLength
Type: System..::.Double
Bond length for each bond in this ring

Return Value

Ring radius

See Also