Short.MaxValue : Short « System « VB.Net by API






Short.MaxValue

  


public class Test
   public Shared Sub Main
               Dim sNum As Short

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

   End Sub
End class

   
    
  








Related examples in the same category

1.Short.MinValue