Get operator by its key code. Most efficient way to get an operator.

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

Syntax

C#
public Operator GetOperator(
	int key
)
Visual Basic (Declaration)
Public Function GetOperator ( _
	key As Integer _
) As Operator
Visual C++
public:
Operator^ GetOperator(
	int key
)

Parameters

key
Type: System..::.Int32
code used in the table

Return Value

the operator or null if not found

See Also