nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

Visual Basic Language Reference  

Short Data Type

Short variables are stored as signed 16-bit (2-byte) integers ranging in value from -32,768 through 32,767.

Note   The Short data type can be converted to the Integer, Long, Single, Double, or Decimal data type without encountering a System.OverflowException error.

Appending the literal type character S to a literal forces it to the Short data type.

The equivalent .NET data type is System.Int16.

See Also

Data Type Summary | Int16 Structure | Type Conversion Functions | Conversion Summary | Byte Data Type | Integer Data Type | Long Data Type | Integer Data Type Changes in Visual Basic