public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessage
Range of numerical values, inclusive of min and exclusive of max. If the
open range "< range.max" is desired, set range.min = -infinity. If the open
range ">= range.min" is desired, set range.max = infinity.
[[["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."],[[["\u003cp\u003eThe latest version of the Google.Cloud.Monitoring.V3 library is 3.15.0, with the provided content detailing versions back to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRange\u003c/code\u003e class represents a range of numerical values, inclusive of the minimum value and exclusive of the maximum value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRange\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRange\u003c/code\u003e class contains two properties: \u003ccode\u003eMax\u003c/code\u003e and \u003ccode\u003eMin\u003c/code\u003e, which represent the maximum and minimum values of the range, both of type \u003ccode\u003eDouble\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eRange\u003c/code\u003e class: a default constructor (\u003ccode\u003eRange()\u003c/code\u003e) and a copy constructor (\u003ccode\u003eRange(Range other)\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]