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

Represents the constant that is the largest possible Int16 value.

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

Remarks

The MaxValue hexadecimal value is (short)0x7FFF.

See Also

Int16 Structure | Int16 Members | System Namespace