Expression.GeneratesDefinitionExpression Method

Recreates definition of the expression using specified name, variables and the answer.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static List<Term> GeneratesDefinitionExpression(
	string name,
	Term[] variables,
	Entry answer
)

Parameters

name  String
Term name.
variables  Term[]
Term's variables.
answer  Entry
Right part of the expression.

Return Value

List<Term>
Definition expression.

See Also