public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Monitoring v3 API class Range.
Range of numerical values within min and max.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
Range()
public Range()Range(Range)
public Range(Range other)| Parameter | |
|---|---|
| Name | Description |
other |
Range |
Properties
Max
public double Max { get; set; }Range maximum.
| Property Value | |
|---|---|
| Type | Description |
double |
|
Min
public double Min { get; set; }Range minimum.
| Property Value | |
|---|---|
| Type | Description |
double |
|