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

Syntax

C#
protected bool SetInverseOp(
	int key1,
	int key2
)
Visual Basic (Declaration)
Protected Function SetInverseOp ( _
	key1 As Integer, _
	key2 As Integer _
) As Boolean
Visual C++
protected:
bool SetInverseOp(
	int key1, 
	int key2
)

Parameters

key1
Type: System..::.Int32
key2
Type: System..::.Int32

See Also