comment for intZipuint64
This commit is contained in:
parent
d669bb6532
commit
b3ec141f90
@ -247,6 +247,8 @@ func (self uint64Slice) Percentiles(ps ...int) []uint64 {
|
||||
return ret
|
||||
}
|
||||
|
||||
// as contains percentages and bs containes the corresponding values.
|
||||
// This function will pair values in as and bs to construct a list of percentile.
|
||||
// len(bs) <= len(as)
|
||||
func intZipuint64(as []int, bs []uint64) []percentile {
|
||||
if len(bs) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user