TermsConverterToUser(SessionProfile, IListTerm, Int32) Method

Converts mathematical expression to the one uses parameters of the current session avoiding conversion of the exact given element.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Term[] ToUser(
	SessionProfile sessionProfile,
	IList<Term> input,
	int currentTermIdx
)

Parameters

sessionProfile  SessionProfile
Session parameters.
input  IListTerm
Input mathematical expression to perform conversion.
currentTermIdx  Int32
Mathematical expression element to avoid conversion of.

Return Value

Term
Mathematical expression to the one uses parameters of the current session.

See Also