long Data Type (Visual Studio - JScript)
The long type is stored as an eight-byte integer.
The long type can represent integers in the approximate range from negative 9.2E+18 through 9.2E+18.
The corresponding .NET Framework data type is Int64. The properties and methods of the long data type are the same as the Int64 properties and methods.