Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Struct: RT.Coordinates.CircleFractionSummaryEncapsulates a rational number between 0 and 1 that represents a fraction of a circle. ConstructorsInstance methods| int | | Refer to the documentation for IComparable<CircleFraction>.CompareTo. | | bool | | Refer to the documentation for IEquatable<CircleFraction>.Equals. | | bool | | Refer to the documentation for object.Equals. | | int | | Refer to the documentation for object.GetHashCode. | | bool | |
Determines whether the current value is between min and max (inclusive). | | bool | |
Determines whether the current value is strictly between min and max
(exclusive). | | string | | Refer to the documentation for object.ToString. |
Operators| CircleFraction | | Addition operator. | | double | | | double | | | CircleFraction | | Division operator. | | double | | | double | | | bool | | Equality comparison operator. | | bool | | Greater-than comparison operator. | | bool | | Greater-than-or-equal-to comparison operator. | | bool | | Inequality comparison operator. | | bool | | Less-than comparison operator. | | bool | | Less-than-or-equal-to comparison operator. | | CircleFraction | | Multiplication operator. | | double | | | double | | | CircleFraction | | Subtraction operator. | | double | | | double | |
Instance properties| int | | Denominator. | | int | | Numerator. |
Static fields |