Constructor. Sets the number of parameters to 2. Initializes the tolerance for comparing Complex values.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

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

Parameters

id_in
Type: System..::.Int32
The id of the comparative operator.

See Also