[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFraction\u003c/code\u003e class represents a fraction with a numerator and a denominator, where the denominator must be positive.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<Fraction>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Fraction>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFraction\u003c/code\u003e class provides constructors for creating instances, either default or by copying another \u003ccode\u003eFraction\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt has two key properties: \u003ccode\u003eNumerator\u003c/code\u003e and \u003ccode\u003eDenominator\u003c/code\u003e, both of which are of type \u003ccode\u003elong\u003c/code\u003e and represent the respective parts of the fraction.\u003c/p\u003e\n"],["\u003cp\u003eMethods are included for operations like calculating the size, cloning, comparing equality, merging, converting to a string, and writing to a coded output stream.\u003c/p\u003e\n"]]],[],null,[]]