StoreAppendDefinition(String, Term, Entry) Method

Add new variable or function to the end of definitions list.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public int AppendDefinition(
	string name,
	Term[] variables,
	Entry result
)

Parameters

name  String
Name of the new definition.
variables  Term
If function, then a list of variables should be defined.
result  Entry
Answer, i.e. value of definition.

Return Value

Int32
Returns index of the definition inside list of definition.

See Also