TermsConverter.ToStandard(SessionProfile, IList<Term>) Method
Converts mathematical expression to the one uses standard session parameters.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Term[] ToStandard(
SessionProfile sessionProfile,
IList<Term> input
)
Public Shared Function ToStandard (
sessionProfile As SessionProfile,
input As IList(Of Term)
) As Term()
public:
static array<Term^>^ ToStandard(
SessionProfile^ sessionProfile,
IList<Term^>^ input
)
static member ToStandard :
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.