Standard constructor, allows Boolean and Number arguments

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

Syntax

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

Parameters

id_in
Type: System..::.Int32
either of the constants AND or OR

See Also