MItemToTerms Method
Converts current symbolic equation to the array of Terms.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
Public Function ToTerms As Term()
public:
array<Term^>^ ToTerms()
member ToTerms : unit -> Term[]
Return Value
Term
Array of Terms with current symbolic equation.