Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
short Data Type (Visual Studio - JScript)
-
2012年10月04日
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.