The UnsignedRational type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
UnsignedRational | Overloaded. Creates empty UnsignedRational instance. |
| Name | Description | |
|---|---|---|
|
|
Equals |
Compares this UnsignedRational with specified object. (Overrides ValueType.Equals(Object).) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode |
Returns a hash code for this UnsignedRational class. (Overrides ValueType.GetHashCode().) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString |
Returns string representation of this UnsignedRational class instance. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
|
|
Equality |
Compares UnsignedRational values for equality. |
|
|
Implicit |
Converts this UnsignedRational class instance into Single value. |
|
|
Inequality |
Compares UnsignedRational values for inequality. |
| Name | Description | |
|---|---|---|
|
|
Dividend |
Gets/sets dividend of the rational number. |
|
|
Divider |
Gets/sets divider of the rational number. |