Returns number of implied products

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

Syntax

C#
public int CountProducts { get; }
Visual Basic (Declaration)
Public ReadOnly Property CountProducts As Integer
Visual C++
public:
property int CountProducts {
	int get ();
}

Return Value

number of products

See Also