TermsConverter.ToUser(SessionProfile, IList<Term>) Method
Converts mathematical expression to the one uses parameters of the current session.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Term[] ToUser(
SessionProfile sessionProfile,
IList<Term> input
)
Public Shared Function ToUser (
sessionProfile As SessionProfile,
input As IList(Of Term)
) As Term()
public:
static array<Term^>^ ToUser(
SessionProfile^ sessionProfile,
IList<Term^>^ input
)
static member ToUser :
sessionProfile : SessionProfile *
input : IList<Term> -> Term[]
- sessionProfile SessionProfile
- Session parameters.
- input IList<Term>
- Input mathematical expression to perform conversion.
Term[]Mathematical expression to the one uses parameters of the current session.