Converts a integer value to a double data type.
0 |
Integer |
Integer Value |
The value of the source integer. |
1 |
Double |
Result |
The resulting double. |
SUCCESS |
This command always succeeds. |
Since doubles inherently have the capacity to store higher precision (and larger value) numbers, no information will be lost in the conversion from the integer to the double data type.