Visual Basic - Signed integers
Types for storing signed integers.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
Signed integers in another programming language: