FractionsSolver.Fraction.ToTerms Method
Converts the fraction to terms.
Namespace: SMath.ManagerAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
Public Function ToTerms As Term()
public:
array<Term^>^ ToTerms()
member ToTerms : unit -> Term[]
Return Value
Term[]Array of terms which represent the fraction.