Syntax |
Double |
|
Description |
A data type used to declare variables capable of holding real numbers with 15–16 digits of precision. |
|
Comments |
Double variables are used to hold numbers within the following ranges: |
|
|
Sign |
Range |
|
Negative |
–1.797693134862315E308 <= double <= |
|
|
-4.94066E-324 |
|
Positive |
4.94066E-324 <= double <= 1.797693134862315E308 |
|
The type-declaration character for Double is #. Storage
|
|
|
Each Double consists of the following
|
|
See Also |
Currency (data type); Date (data type); Integer (data type); Long (data type); Object (data type); Single (data type); String (data type); Variant (data type); Boolean (data type); DefType (statement); CDbl (function). |
D |