Class Distribution.Types.Range (2.2.0)

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

The range of the population values.

Inheritance

Object > Distribution.Types.Range

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

Range()

public Range()

Range(Distribution.Types.Range)

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

Fields

MaxFieldNumber

public const int MaxFieldNumber = 2

Field number for the "max" field.

Field Value
TypeDescription
Int32

MinFieldNumber

public const int MinFieldNumber = 1

Field number for the "min" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.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 Protobuf.MessageParser<Distribution.Types.Range> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<Distribution.Types.Range>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

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

Equals(Distribution.Types.Range)

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

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(Distribution.Types.Range)

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

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream