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