Parses a string containing a number and returns the JepDouble representing it.
Namespace:
SingularSys.Jep.TypesAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public static JepDouble Parse( string str ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Parse ( _ str As String _ ) As JepDouble |
| Visual C++ |
|---|
public: static JepDouble^ Parse( String^ str ) |
Parameters
- str
- Type: System..::.String
The string to be parsed.