comment for intZipuint64

This commit is contained in:
Nan Deng 2014-06-12 13:20:13 -07:00
parent d669bb6532
commit b3ec141f90

View File

@ -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 {