short Data Type (Visual Studio - JScript)

The short data type is stored as a two-byte integer.

The short type can represent integers in the range from negative 32,768 to positive 32,767, inclusive.

The corresponding .NET Framework data type is Int16. The properties and methods of the short data type are the same as the Int16 properties and methods.

Properties and Methods

Int16

Requirements

Version .NET

See Also

Concepts

Data Type Summary

Other Resources

Data Types (Visual Studio - JScript)