FractionsSolver.Fraction.ToTerms Method

Converts the fraction to terms.

Definition

Namespace: SMath.Manager
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public Term[] ToTerms()

Return Value

Term[]
Array of terms which represent the fraction.

See Also