Double

Variable that stores a floating point number with double precision.

Variables of the data type Double are saved as 64-bit floating point numbers (8 bytes) in the range between -1,79769313486231E308 and -4,94065645841247E-324 for negative values, and between 4,94065645841247E-324 and 1,79769313486232E308 for positive values.