mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
commit
c5579d649f
@ -684,7 +684,7 @@ func average(n ...int64) int64 {
|
|||||||
for _, i := range n {
|
for _, i := range n {
|
||||||
if i >= 0 {
|
if i >= 0 {
|
||||||
count++
|
count++
|
||||||
total++
|
total += i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
favg := float64(total) / float64(count)
|
favg := float64(total) / float64(count)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user