Visual Basic - Signed integers

Types for storing signed integers.
64-bit integer
 long

 Int64

Visual Basic .NET

Other pieces of example codes:
Dim x As integer= -12345
Dim x As long= -82345
Dim x As sbyte= -5
Dim x As short= -1234

You can find it in the following collections: integers | numbers | data types
Languages: en hu cz sk