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!

HxLink DID NOT INITIALIZE

Integer Data Type

The Integer data type stores a numeric integer value. An Integer variable is stored as a 32-bit (4-byte) number ranging in value from-2,147,483,648 to 2,147,483,647.

The Integer data type provides optimal performance on a 32-bit processor, as the smaller integral types are slower to load and store from and to memory.

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

The equivalent NGWS runtime data type is System.Int32.

See Also

Conversion Keyword Summary | Data Type Summary | Integer Data Type | Long Data Type | Short Data Type | Type Conversion Functions | Using Data Types Efficiently