Standard constructor, non zero Numbers will be treated as true and zero Numbers as false.

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

Syntax

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

Parameters

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

See Also