HistogramProtoOrBuilder

ส่วนต่อประสานสาธารณะ HistogramProtoOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

นามธรรมสองเท่า
getBucket (ดัชนี int)
repeated double bucket = 7 [packed = true];
บทคัดย่อ
getBucketCount ()
repeated double bucket = 7 [packed = true];
นามธรรมสองเท่า
getBucketLimit (ดัชนี int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
บทคัดย่อ
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
รายการนามธรรม<สองเท่า>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
รายการนามธรรม<สองเท่า>
getBucketList ()
repeated double bucket = 7 [packed = true];
นามธรรมสองเท่า
รับแม็กซ์ ()
double max = 2;
นามธรรมสองเท่า
รับมิน ()
double min = 1;
นามธรรมสองเท่า
getNum ()
double num = 3;
นามธรรมสองเท่า
รับผลรวม ()
double sum = 4;
นามธรรมสองเท่า
getSumSquares ()
double sum_squares = 5;

วิธีการสาธารณะ

getBucket คู่นามธรรมสาธารณะ (ดัชนี int)

repeated double bucket = 7 [packed = true];

นามธรรมสาธารณะ int getBucketCount ()

repeated double bucket = 7 [packed = true];

นามธรรมสาธารณะ double getBucketLimit (ดัชนี 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];

บทคัดย่อสาธารณะ 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];

รายการนามธรรมสาธารณะ <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];

รายการนามธรรมสาธารณะ <Double> getBucketList ()

repeated double bucket = 7 [packed = true];

สาธารณะบทคัดย่อ double getMax ()

double max = 2;

สาธารณะบทคัดย่อ double getMin ()

double min = 1;

สาธารณะบทคัดย่อคู่ getNum ()

double num = 3;

สาธารณะบทคัดย่อ double getSum ()

double sum = 4;

สาธารณะนามธรรมคู่ getSumSquares ()

double sum_squares = 5;