P
pete
I need to take many TimeSpan values and find their
average. I know you can Add the many values together, but
how do you then divide that result by the count of values
that you had? Once I have the average, how can I display
the result in a reasonable way? Thanks in advance.
average. I know you can Add the many values together, but
how do you then divide that result by the count of values
that you had? Once I have the average, how can I display
the result in a reasonable way? Thanks in advance.