Make a Double From an Integer

Converts a integer value to a double data type.

 

Input Arguments

 

0

Integer

Integer Value

The value of the source integer.

 

Return Arguments

 

1

Double

Result

The resulting double.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

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.