public static class FractionsSolverPublic NotInheritable Class FractionsSolverpublic ref class FractionsSolver abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
type FractionsSolver = class end| Calculate | Calculates the specified numeric expression and represents the result as a single fraction. |
| ToTerms(Double, Boolean) | Converts a Double value to a fraction and then to terms. |
| ToTerms(Double, Double) | Converts a fraction to terms. |