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.
فهرست انتزاعی<Double>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
فهرست انتزاعی<Double>
getBucketList ()
repeated double bucket = 7 [packed = true];
دو انتزاعی
getMax ()
double max = 2;
دو انتزاعی
getMin ()
double min = 1;
دو انتزاعی
getNum ()
double num = 3;
دو انتزاعی
getSum ()
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 index)

 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];

دو انتزاعی عمومی getMax ()

double max = 2;

انتزاعی عمومی double getMin ()

double min = 1;

انتزاع عمومی double getNum ()

double num = 3;

انتزاع عمومی دو برابر جمع ()

double sum = 4;

دو انتزاعی عمومی getSumSquares ()

double sum_squares = 5;