An assignment operator so we can do x=3+4.

This function implements the ICallbackEvaluation interface so that it handles setting the value of a variable.

Any Variable or function which implements the ILValue can appear on the left hand side of the equation.

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

Syntax

C#
public class Assign : PostfixMathCommand, ICallbackEvaluation
Visual Basic (Declaration)
Public Class Assign _
	Inherits PostfixMathCommand _
	Implements ICallbackEvaluation
Visual C++
public ref class Assign : public PostfixMathCommand, 
	ICallbackEvaluation

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.Functions..::.PostfixMathCommand
    SingularSys.Jep.Functions..::.Assign

See Also