Constructor which restricts type of arguments.

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

Syntax

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

Parameters

id_in
Type: System..::.Int32
disallowNumbers
Type: System..::.Boolean
if true JepDouble arguments will raise exceptions, otherwise as the Standard constructor.

See Also