8
Reply

List numbers - Find largest difference

Phil  Horrocks

Phil Horrocks

Oct 21 2013 7:12 AM
1.3k

Hi,

new to c#

I have a list of numbers List<int> .eg {23,25,29, 32,34,37,40,43,46}. I need to find the be qucickest way of finding the largest value between the numbers in the list. The list could have upto 100 numbers. Do we have any math operations available?

Phil


Answers (8)