Google Cloud Monitoring v3 API - Class Range (3.8.0)

public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class Range.

Range of numerical values within min and max.

Inheritance

object > Range

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

Range()

public Range()

Range(Range)

public Range(Range other)
Parameter
NameDescription
otherRange

Properties

Max

public double Max { get; set; }

Range maximum.

Property Value
TypeDescription
double

Min

public double Min { get; set; }

Range minimum.

Property Value
TypeDescription
double