FractionsSolver.Calculate Method
Calculates the specified numeric expression and represents the result as a single fraction.
Namespace: SMath.ManagerAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public static FractionsSolver.Fraction Calculate(
params Term[][] value
)
Public Shared Function Calculate (
ParamArray value As Term()()
) As FractionsSolver.Fraction
public:
static FractionsSolver.Fraction^ Calculate(
... array<array<Term^>^>^ value
)
static member Calculate :
value : Term[][] -> FractionsSolver.Fraction
- value Term[][]
- Numeric expression to calculate.
FractionsSolver.FractionResult of calulculation as a single fraction.