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

Represents the constant that is the smallest possible Int16 value.

[Visual Basic]
Public Const MinValue As Short
[C#]
public const short MinValue;
[C++]
public: const short MinValue;
[JScript]
public var MinValue : Int16;

Remarks

The MinValue hexadecimal is unchecked((short)0x8000).

See Also

Int16 Structure | Int16 Members | System Namespace