Adds a new variable which is marked as a constant.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public Variable AddConstant( string name, Object value )  | 
| Visual Basic (Declaration) | 
|---|
Public Function AddConstant ( _ name As String, _ value As Object _ ) As Variable  | 
| Visual C++ | 
|---|
public: Variable^ AddConstant( String^ name, Object^ value )  | 
Return Value
the corresponding Variable object
Exceptions
| Exception | Condition | 
|---|---|
| SingularSys.Jep..::.JepException |