Double Variables
The Double Variables selection box lists all the double variables contained in the currently opened script. Use this selection box to paste an already defined double variable into an expression.
The double variable represents an expanded float variable. Its values include the 64-bit IEEE 754 floating-point numbers.
The default value of a double variable is positive zero, that is,
0.0d
.