UniStrtod converts the initial portion of the string pointed to by nptr to double-precision floating-point representation. First, it decomposes the input string into three parts:

Then, it attempts to convert the subject sequence to a floating-point number, and returns the result in the area pointed to by fResult. A pointer to the final string is stored in the object pointed to by endptr, provided that endptr is not a null pointer.


[Back: UniStrtod - Parameters]
[Next: UniStrtod - Related Functions]