Parses a string containing a number and returns the JepDouble representing it.

Namespace:  SingularSys.Jep.Types
Assembly:  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.

Return Value

The JepDouble equal to the number's value.

See Also