Key code used to identify the operator in the operator table.

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

Syntax

C#
public void SetKey(
	int key
)
Visual Basic (Declaration)
Public Sub SetKey ( _
	key As Integer _
)
Visual C++
public:
void SetKey(
	int key
)

Parameters

key
Type: System..::.Int32

See Also