Class Distribution.Types.Range (2.10.0)

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

The range of the population values.

Inheritance

object > Distribution.Types.Range

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

Range()

public Range()

Range(Range)

public Range(Distribution.Types.Range other)
Parameter
NameDescription
otherDistributionTypesRange

Fields

MaxFieldNumber

public const int MaxFieldNumber = 2

Field number for the "max" field.

Field Value
TypeDescription
int

MinFieldNumber

public const int MinFieldNumber = 1

Field number for the "min" field.

Field Value
TypeDescription
int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

Max

public double Max { get; set; }

The maximum of the population values.

Property Value
TypeDescription
double

Min

public double Min { get; set; }

The minimum of the population values.

Property Value
TypeDescription
double

Parser

public static MessageParser<Distribution.Types.Range> Parser { get; }
Property Value
TypeDescription
MessageParserDistributionTypesRange

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public Distribution.Types.Range Clone()
Returns
TypeDescription
DistributionTypesRange

Equals(Range)

public bool Equals(Distribution.Types.Range other)
Parameter
NameDescription
otherDistributionTypesRange
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(Range)

public void MergeFrom(Distribution.Types.Range other)
Parameter
NameDescription
otherDistributionTypesRange

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream