Represents a 16-bit signed integer.
[Visual Basic] Public Structure Int16 Implements IComparable, IFormattable, IConvertible [C#] public struct Int16 : IComparable, IFormattable, IConvertible [C++] public __value struct Int16 : public IComparable, IFormattable, IConvertible
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The Int16 represents a 2-byte signed integer and provides an Object representation. The Int16 value type can represent integers with significant digits in the range negative 32768 through positive 32767, inclusive. This class encapsulates a short and provides an Object representation of it. of it.
Namespace: System
Assembly: mscorlib.dll
Int16 Members | System Namespace | UInt16 | IComparable | IFormattable | IConvertible