|
-
April 6th, 2009, 09:00 AM
#1
Get the Maximum Value from a List
Well guys, I have variable-sized List and I have populated it with double values...
List<double> tempAvg = new List<double>();
I want to know the Maximum value within the List. I thought first to sort the List and then get the last index, but I dont know how to do that.
any Idea?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|