Creates a number object and initializes its value.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
Object CreateNumber( string value )  | 
| Visual Basic (Declaration) | 
|---|
Function CreateNumber ( _ value As String _ ) As Object  | 
| Visual C++ | 
|---|
Object^ CreateNumber( String^ value )  | 
Parameters
- value
 - Type: System..::.String
The initial value of the number as a string.