Phil  Horrocks

Phil Horrocks

  • NA
  • 7
  • 4.5k

List numbers - Find largest difference

Oct 21 2013 7:12 AM

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)