JScript  

Number Data Type

[This is preliminary documentation and subject to change]

The Number type is stored as a four-byte, double precision, floating point number.

The Number type can represent numbers in the range negative 1.79769313486231570E+308 through positive 1.79769313486231570E+308, inclusive.

The Number type can also store NaN (Not a Number), positive and negative infinity, and positive and negative zero.

The equivalent NGWS date type is System.Double.

See Also

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