get Max and Min from Array


 Dim data() As Int16 = {1, 2, 3, 5, 6, 7, 3}
  Dim C As Integer = data.Max()
        Dim D As Integer = data.Min()

Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms - Change Colour of Navigation Bar (Page Title For Master-Detail Template)

How to Download File using HTTP - VB.net