FractionsSolver.ToTerms(Double, Boolean) Method
Converts a
Double value to a fraction and then to terms.
Namespace: SMath.ManagerAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public static Term[] ToTerms(
double value,
bool integerOnly
)
Public Shared Function ToTerms (
value As Double,
integerOnly As Boolean
) As Term()
public:
static array<Term^>^ ToTerms(
double value,
bool integerOnly
)
static member ToTerms :
value : float *
integerOnly : bool -> Term[]
- value Double
- Value to convert.
- integerOnly Boolean
- Determines if the fractions are not applicable in the output.
Term[]Array of terms which represent the
value.