Fraction Structure Members
In This Topic
The following tables list the members exposed by Fraction.
Public Constructors
| Name | Description |
| Fraction Constructor | Initializes a new instance of Fraction structure with the specified numerator and denominator. |
Top
Public Properties
| Name | Description |
| Denominator | Gets or sets the denominator of the fraction. |
| Numerator | Gets or sets the numertor of the fraction. |
Top
Public Methods
| Name | Description |
| Reverse | Reverse the fraction. |
| Simplify | Simplify the fraction. |
Top
Public Operators
See Also