Gets the value of the object.

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

Syntax

C#
public Object GetValue()
Visual Basic (Declaration)
Public Function GetValue As Object
Visual C++
public:
Object^ GetValue()

Return Value

A Double or other object containing the value.

See Also