Creates a Double object initialized to the value of the parameter.

Namespace:  SingularSys.Jep.Standard
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public Object CreateNumber(
	string value
)
Visual Basic (Declaration)
Public Function CreateNumber ( _
	value As String _
) As Object
Visual C++
public:
virtual Object^ CreateNumber(
	String^ value
) sealed

Parameters

value
Type: System..::.String
The initialization value for the returned object.

Return Value

Implements

INumberFactory..::.CreateNumber(String)

See Also