StoreAppendDefinition(String, Term, Entry) Method
Add new variable or function to the end of definitions list.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public int AppendDefinition(
string name,
Term[] variables,
Entry result
)
Public Function AppendDefinition (
name As String,
variables As Term(),
result As Entry
) As Integer
public:
int AppendDefinition(
String^ name,
array<Term^>^ variables,
Entry^ result
)
member AppendDefinition :
name : string *
variables : Term[] *
result : Entry -> int
- 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.
Int32
Returns index of the definition inside list of definition.