TiffRational Class Members
In This Topic
The following tables list the members exposed by
TiffRational.
Public Constructors
| Name | Description |
 | TiffRational | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Denominator | Gets the denominator of a fraction. |
 | Numerator | Gets the numerator of a fraction. |
Public Methods
| Name | Description |
 | Equals | Determines whether the specified TiffRational is equal to the current TiffRational. |
 | GetHashCode | Returns a hash code for the current TiffRational. |
 | ToFloat | Converts the numeric value of this instance to its equivalent float representation. |
 | ToString | Converts the numeric value of this instance to its equivalent string representation. |
See Also