The standard operator table used by a default JepInstance.

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

Syntax

C#
public class StandardOperatorTable : OperatorTable
Visual Basic (Declaration)
Public Class StandardOperatorTable _
	Inherits OperatorTable
Visual C++
public ref class StandardOperatorTable : public OperatorTable

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep..::.OperatorTable
    SingularSys.Jep.Standard..::.StandardOperatorTable

See Also