JepType should be JepNumber - should be "representable by double" or some name like that needs to have a DoubleValue() method have a sub-class JepDouble

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

Syntax

C#
[SerializableAttribute]
public class JepDouble : IJepNumber
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class JepDouble _
	Implements IJepNumber
Visual C++
[SerializableAttribute]
public ref class JepDouble : IJepNumber

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.Types..::.JepDouble

See Also