public sealed class Distribution.Types.Range : IMessage<Distribution.Types.Range>, IEquatable<Distribution.Types.Range>, IDeepCloneable<Distribution.Types.Range>, IBufferMessage, IMessage
[[["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-05-02 UTC."],[[["The `Distribution.Types.Range` class defines the range of population values and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides properties to define the `Min` and `Max` values of the population range, both of which are `double` types."],["The `Distribution.Types.Range` class offers methods for deep cloning (`Clone()`), calculating size (`CalculateSize()`), merging data (`MergeFrom()`), and comparing objects for equality (`Equals()`)."],["The class includes constructors for creating a new `Range` object or copying an existing one, and also defines constant fields `MaxFieldNumber` and `MinFieldNumber` to be used for the `max` and `min` fields."],["The `Parser` property allows for parsing messages of the `Distribution.Types.Range` type, and `Descriptor` property describes the message."]]],[]]