HistogramProtoOrBuilder

পাবলিক ইন্টারফেস HistogramProtoOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত ডবল
getBucket (int সূচক)
repeated double bucket = 7 [packed = true];
বিমূর্ত int
getBucketCount ()
repeated double bucket = 7 [packed = true];
বিমূর্ত ডবল
getBucketLimit (int সূচক)
 Parallel arrays encoding the bucket boundaries and the bucket values.
বিমূর্ত int
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];
বিমূর্ত ডবল
getMax ()
double max = 2;
বিমূর্ত ডবল
getMin ()
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];

পাবলিক বিমূর্ত ডাবল 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];

পাবলিক বিমূর্ত ডাবল getMax ()

double max = 2;

পাবলিক বিমূর্ত ডাবল getMin ()

double min = 1;

পাবলিক বিমূর্ত ডাবল getNum ()

double num = 3;

পাবলিক বিমূর্ত ডাবল getSum ()

double sum = 4;

পাবলিক বিমূর্ত ডাবল getSumSquares ()

double sum_squares = 5;