TermsConverter.ToStandard(SessionProfile, IList<Term>) Method

Converts mathematical expression to the one uses standard session parameters.

Definition

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

Parameters

sessionProfile  SessionProfile
Session parameters.
input  IList<Term>
Input mathematical expression to perform conversion.

Return Value

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

See Also