HistogramProtoOrBuilder

interfejs publiczny HistogramProtoOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny dublet
getBucket (indeks int)
repeated double bucket = 7 [packed = true];
streszczenie wew
getBucketCount ()
repeated double bucket = 7 [packed = true];
abstrakcyjny dublet
getBucketLimit (indeks int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
streszczenie wew
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
streszczenie Lista<Double>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
streszczenie Lista<Double>
pobierz listę życzeń ()
repeated double bucket = 7 [packed = true];
abstrakcyjny dublet
uzyskajMax ()
double max = 2;
abstrakcyjny dublet
pobierz Min ()
double min = 1;
abstrakcyjny dublet
pobierzNumer ()
double num = 3;
abstrakcyjny dublet
pobierz Sumę ()
double sum = 4;
abstrakcyjny dublet
getSumSquares ()
double sum_squares = 5;

Metody publiczne

publiczna abstrakcja podwójna getBucket (indeks int)

repeated double bucket = 7 [packed = true];

publiczne streszczenie int getBucketCount ()

repeated double bucket = 7 [packed = true];

publiczna abstrakcja podwójna getBucketLimit (indeks int)

 Parallel arrays encoding the bucket boundaries and the bucket values.
 bucket(i) is the count for the bucket i.  The range for
 a bucket is:
   i == 0:  -DBL_MAX .. bucket_limit(0)
   i != 0:  bucket_limit(i-1) .. bucket_limit(i)
 
repeated double bucket_limit = 6 [packed = true];

publiczne streszczenie int getBucketLimitCount ()

 Parallel arrays encoding the bucket boundaries and the bucket values.
 bucket(i) is the count for the bucket i.  The range for
 a bucket is:
   i == 0:  -DBL_MAX .. bucket_limit(0)
   i != 0:  bucket_limit(i-1) .. bucket_limit(i)
 
repeated double bucket_limit = 6 [packed = true];

publiczna abstrakcja List<Double> getBucketLimitList ()

 Parallel arrays encoding the bucket boundaries and the bucket values.
 bucket(i) is the count for the bucket i.  The range for
 a bucket is:
   i == 0:  -DBL_MAX .. bucket_limit(0)
   i != 0:  bucket_limit(i-1) .. bucket_limit(i)
 
repeated double bucket_limit = 6 [packed = true];

publiczne streszczenie List<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

publiczne streszczenie podwójne getMax ()

double max = 2;

publiczne streszczenie podwójne getMin ()

double min = 1;

publiczne streszczenie podwójne getNum ()

double num = 3;

publiczne streszczenie podwójne getSum ()

double sum = 4;

publiczne streszczenie podwójne getSumSquares ()

double sum_squares = 5;