JScript  

long Data Type

[This is preliminary documentation and subject to change]

The long type is stored as an eight-byte integer.

The long type can represent integers in the range negative 9,223,372,036,854,775,808 through positive 9,223,372,036,854,775,807, inclusive.

The equivalent NGWS data type is System.Int64.

See Also

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