Rational Structure Members
In This Topic
The following tables list the members exposed by Rational.
Public Constructors
| Name | Description |
 | Rational Constructor | Initializes a new instance of the C1.Win.DX.DXGI.Rational structure. |
Top
Public Fields
| Name | Description |
 | Denominator | unsigned int Denominator |
  | Empty | An empty rational that can be used for comparisons. |
 | Numerator | unsigned int Numerator |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Determines whether the specified Rational is equal to the current object. |
 | GetHashCode | Serves as the default hash function. |
Top
Public Operators
Equality | Determines if the specified Rational objects are equal. |
Inequality | Determines if the specified Rational objects are not equal. |
Top
See Also