FractionsSolver.ToTerms(Double, Boolean) Method

Converts a Double value to a fraction and then to terms.

Definition

Namespace: SMath.Manager
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public static Term[] ToTerms(
	double value,
	bool integerOnly
)

Parameters

value  Double
Value to convert.
integerOnly  Boolean
Determines if the fractions are not applicable in the output.

Return Value

Term[]
Array of terms which represent the value.

See Also