[This is preliminary documentation and subject to change]
The double type is stored as an eight-byte, double precision, floating point number.
The double type can represent numbers in the range negative 1.79769313486231570E+308 through positive 1.79769313486231570E+308, inclusive. The double type represents a double precision 64-bit IEEE 754 value.
The double 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.
double Data Type | float Data Type | int Data Type | long Data Type | NumberData Type | String Data Type