doubleToStr (Function) |
Top Previous Next |
This function converts a DOUBLE to a string.
Note: This function works with DOUBLE, but can also work with FLOAT as described in the Floating-point math introductory section.
Input: v : DOUBLE Value to convert.
Returns: STRING A string representation the value of v with 16 significant digits.
Declaration: FUNCTION doubleToStr : STRING;
Example: INCLUDE rtcu.inc |