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"]],[["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 `Distribution.Types.Range` class defines a range for population values, serving as a core part of the `Google.Api` namespace within the `Google.Api.CommonProtos.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality checks, deep cloning, and buffer management."],["Key properties include `Min` and `Max`, which represent the minimum and maximum values of the population range respectively, both being of type `double`."],["The `Range` class offers constructors for creating new instances, including a default constructor and one that copies an existing `Distribution.Types.Range` object."],["Methods like `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, `CalculateSize()` and `WriteTo()` are part of the class, allowing object duplication, comparison, size determination, and data stream handling."]]],[]]