Mono Class Library: System Namespace

System.Int16 Structure

Represents a 16-bit signed integer. [Edit]

See Also: Int16 Members

[System.Runtime.InteropServices.ComVisible(true)]
public struct Int16 : IComparable, IComparable<short>, IConvertible, IEquatable<short>, IFormattable

Thread Safety

This type is safe for multithreaded operations.

Remarks

The short data type represents integer values ranging from negative 32,768 to positive 32,767; that is, hexadecimal: 0x8000 to 0x7FFF. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0