| C-Extensions / C API functions | |
Converts a double value to a character string having a specified format.
mint rfmtdouble(double dvalue, char *fmt, char *outbuf);
| Code | Description |
|---|---|
| 0 | The conversion was successful. |
| <0 | The conversion failed. |
| -1211 | The program ran out of memory (memory-allocation error). |
| -1217 | The format string is too large. |
The fmt string contains the formatting mask for the string.