[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `Fraction` class represents a fraction with a numerator and a denominator, where the denominator must be positive."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cFraction\u003e`, `IDeepCloneable\u003cFraction\u003e`, `IBufferMessage`, and `IMessage`."],["The `Fraction` class provides constructors for creating instances, either default or by copying another `Fraction` object."],["It has two key properties: `Numerator` and `Denominator`, both of which are of type `long` and represent the respective parts of the fraction."],["Methods are included for operations like calculating the size, cloning, comparing equality, merging, converting to a string, and writing to a coded output stream."]]],[]]