HistogramProtoOrBuilder

सार्वजनिक इंटरफ़ेस HistogramProtoOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार दोहरा
गेटबकेट (इंट इंडेक्स)
repeated double bucket = 7 [packed = true];
सार इंट
getBucketCount ()
repeated double bucket = 7 [packed = true];
सार दोहरा
getBucketLimit (इंट इंडेक्स)
 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;
सार दोहरा
सार दोहरा
सार दोहरा
getSumSquares ()
double sum_squares = 5;

सार्वजनिक तरीके

सार्वजनिक सार डबल गेटबकेट (इंट इंडेक्स)

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

सार्वजनिक सार सूची<डबल> 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];

सार्वजनिक सार सूची <डबल> 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;