You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Fractions/0/API/TFraction.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ _TFraction_ defines several methods. Some are static class methods that operate
79
79
|[_CompareTo_](./TFraction-CompareTo.md)| Compares the fraction to another and returns a value indicating which fraction is greatest or if they are equal. |
80
80
|[_Convert_](./TFraction-Convert.md)| Converts the fraction into an equivalent one in which the numerator and denominator are a given integer multiple of their original values. |
81
81
|[_HasCommonFactor_](./TFraction-HasCommonFactor.md)| Checks if a given integer is a common factor of the fraction. |
82
+
|_[Hash](./TFraction-Hash.md)[~>0.2]_| Computes a hash for the fraction. |
82
83
|[_IsProper_](./TFraction-IsProper.md)| Checks if the fraction is a proper fraction. |
83
84
|[_IsWholeNumber_](./TFraction-IsWholeNumber.md)| Checks if the fraction represents a whole number. |
84
85
|_[Power](./TFraction-Power.md)[~>0.2]_| Computes an integer power of a fraction (overloaded with class method). |
0 commit comments