JScript  

int Data Type

[This is preliminary documentation and subject to change]

The int data type is stored as a four-byte integer.

The int can represent integers in the range negative 2,147,483,648 to positive 2,147,483,647, inclusive.

The equivalent NGWS data type is System.Int32.

See Also

Boolean Data Type | double Data Type | float Data Type | long Data Type | Number Data Type | String Data Type