OpTab gets/sets the _opTab data member

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

Syntax

C#
public OperatorTable OpTab { get; set; }
Visual Basic (Declaration)
Public Property OpTab As OperatorTable
Visual C++
public:
property OperatorTable^ OpTab {
	OperatorTable^ get ();
	void set (OperatorTable^ value);
}

See Also