MPI 04.00 Reference >> mpiPlatform
mpiPlatformAtof
Declaration
double mpiPlatformAtof(const char *ascii)
Required Header: stdmpi.h
Description
mpiPlatformAtof converts a numeric string to a double. This function returns the converted value as a double.
| *ascii | string to be converted |
|---|
| Returns |
|---|
| The numeric text string ascii converted to a double. |
