MinValue and MaxValue of Short : Short « Data Type « VB.Net Tutorial






public class Test
   public Shared Sub Main
               Dim sNum As Short

               Console.WriteLine("Short: " & sNum.MinValue & " to " & sNum.MaxValue)

   End Sub
End class
Short: -32768 to 32767








2.5.Short
2.5.1.Short Overflow
2.5.2.MinValue and MaxValue of Short