Returns number of implied reactants

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

Syntax

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

Return Value

number of reactants

See Also