S
shapper
Hello,
I have a generic list named Ratings as follows:
Dim ArticleRatings As Generic.List(Of Rating)
Rating is a class and one of its properties is RatingValue.
How can I the mean (average) of all rating values taken from
ArticleRatings?
Thanks,
Miguel
I have a generic list named Ratings as follows:
Dim ArticleRatings As Generic.List(Of Rating)
Rating is a class and one of its properties is RatingValue.
How can I the mean (average) of all rating values taken from
ArticleRatings?
Thanks,
Miguel