This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Double data type

A fundamental data type that holds double-precision floating-point numbers in IEEE format. A Double variable is stored as a 64-bit (8-byte) number ranging in value from 1.79769313486231E308 to 4.94065645841247E324 for negative values, from 4.94065645841247E324 to 1.79769313486231E308 for positive values, and 0. The type-declaration character is # (ANSI character 35).