Converting Integer Numbers to Floating Point Numbers
Keywords: Convert Integer Number Floating Point
Question:
How do I convert an integer to a floating point number?Answer:
Either add 0.0 to the number, or multiply by 1.0 to convert an integer to a floating point number
Article ID: W13036Filename: Integer to floating point conversion.txt