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 Logical(
	int id,
	bool disallowNumbers
)  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _
	id As Integer, _
	disallowNumbers As Boolean _
)  | 
| Visual C++ | 
|---|
public:
Logical(
	int id, 
	bool disallowNumbers
)  | 
Parameters
- id
 - Type: System..::.Int32
either of the constants AND or OR 
- disallowNumbers
 - Type: System..::.Boolean
if true Number arguments will raise exceptions, otherwise as thee Standard constructor. 
See Also