NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Int16 Structure

Represents a 16-bit signed integer.

Object
   ValueType
      Int16

[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.

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Int16 Members | System Namespace | UInt16 | IComparable | IFormattable | IConvertible