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!

Short Data Type

Short (short integer) variables are stored as signed 16-bit (2-byte) numbers ranging in value from -32,678 to 32.767.

Note    The Short data type can be converted to the Integer, Long, Single, Double or Decimal data type, without encountering an OverflowException error.

The equivalent NGWS runtime data type is System.Int16.

See Also

Data Type Summary | Conversion Keyword Summary | Byte Data Type | Integer Data Type | Long Data Type