public sealed class Interval : IMessage<Interval>, IEquatable<Interval>, IDeepCloneable<Interval>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Interval.
A floating point interval.
Implements
IMessage<Interval>, IEquatable<Interval>, IDeepCloneable<Interval>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
Interval()
public Interval()
Interval(Interval)
public Interval(Interval other)
Parameter | |
---|---|
Name | Description |
other | Interval |
Properties
ExclusiveMaximum
public double ExclusiveMaximum { get; set; }
Exclusive upper bound.
Property Value | |
---|---|
Type | Description |
Double |
ExclusiveMinimum
public double ExclusiveMinimum { get; set; }
Exclusive lower bound.
Property Value | |
---|---|
Type | Description |
Double |
MaxCase
public Interval.MaxOneofCase MaxCase { get; }
Property Value | |
---|---|
Type | Description |
Interval.MaxOneofCase |
Maximum
public double Maximum { get; set; }
Inclusive upper bound.
Property Value | |
---|---|
Type | Description |
Double |
MinCase
public Interval.MinOneofCase MinCase { get; }
Property Value | |
---|---|
Type | Description |
Interval.MinOneofCase |
Minimum
public double Minimum { get; set; }
Inclusive lower bound.
Property Value | |
---|---|
Type | Description |
Double |