public class Test public Shared Sub Main Dim lNum As Long Console.WriteLine("Long: " & lNum.MinValue & " to " & lNum.MaxValue) End Sub End class
Long: -9223372036854775808 to 9223372036854775807
2.7.Long | ||||
2.7.1. | Long = &H1000& | |||
2.7.2. | Long = 1 Or 2 | |||
2.7.3. | MinValue and MaxValue of Long |