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 anOverflowException
error
.
The equivalent NGWS runtime data type is System.Int32.
Conversion Keyword Summary | Data Type Summary | Integer Data Type | Long Data Type | Short Data Type | Type Conversion Functions | Using Data Types Efficiently