Remove a variable from the table.

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

Syntax

C#
public Variable Remove(
	Variable var
)
Visual Basic (Declaration)
Public Function Remove ( _
	var As Variable _
) As Variable
Visual C++
public:
Variable^ Remove(
	Variable^ var
)

Parameters

var
Type: SingularSys.Jep..::.Variable
the variable to remove

Return Value

the removed variable or null if the variable does not exist in the table.

See Also