Constructor which restricts type of arguments.
            
        
    Namespace: 
   SingularSys.Jep.FunctionsAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public Not( bool disallowNumbers )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ disallowNumbers As Boolean _ )  | 
| Visual C++ | 
|---|
public: Not( bool disallowNumbers )  | 
Parameters
- disallowNumbers
 - Type: System..::.Boolean
if true Number arguments will raise exceptions, otherwise as thee Standard constructor.