Check if bond is Cis (Stereo == 4)

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

Syntax

C#
public bool IsCis()
Visual Basic (Declaration)
Public Function IsCis As Boolean
Visual C++
public:
bool IsCis()

Return Value

True if bond is CIS, otherwise false

See Also